* prefork.c (ap_mpm_run): Only make as many dummy connections as slots
used, not as many as slots are available.
Backport of server/mpm/prefork/prefork.c r1.280 from httpd-2.1
Reviewed by: Joe Orton, Jeff Trawick, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102115
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.49
+ *) Fix slow graceful restarts with prefork MPM. [Joe Orton]
+
*) Fix a problem with namespace mappings being dropped in mod_dav_fs;
if any property values were set which defined namespaces these
came out mangled in the PROPFIND response. PR 11637.
"Graceful restart requested, doing restart");
/* kill off the idle ones */
- ap_mpm_pod_killpg(pod, ap_daemons_limit);
+ ap_mpm_pod_killpg(pod, ap_max_daemons_limit);
/* This is mostly for debugging... so that we know what is still
* gracefully dealing with existing request. This will break