DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43308>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43308 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #20808|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2007-09-17 02:09 ------- Created an attachment (id=20830) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=20830&action=view) Patch against httpd 2.2.4 In addition to creating workers implicitly, this new patch implements a new configuration directive ProxyMaxAddtlWorkers which defaults to 0. This directive limits the number of workers that can be implicitly created during request processing and an equivalent number of additional scoreboard entries are allocated at startup. Another advantage over the previous patch is that the newly created worker is used immediately - no need to wait for the next request. The macro PROXY_COPY_CONF_PARAMS has been moved from mod_proxy.c to mod_proxy.h because it is also used in proxy_util.c. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
