2012/6/14 Ken Cheung <[email protected]>: > I observed a code clone in the following files. In the > function ap_mpm_set_max_mem_free the variable "value" has to be multiplied > by 1024 before exit while ap_mpm_set_thread_stacksize does not perform this > operation. I wonder if this is necessary. Hope it helps.
according to http://httpd.apache.org/docs/2.2/mod/mpm_common.html#threadstacksize MaxMemFree is in KB and ThreadStackSize is in Bytes so the code is correct -- Michal Grzedzicki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
