diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index dc0faf8b85..3dd9310654 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1634,6 +1634,10 @@ process will kill off the excess processes.
Tuning of this parameter should only be necessary on very busy sites. Setting this parameter to a large number is almost always a bad idea.
+This directive has no effect on Microsoft Windows. + +
+ See also MinSpareServers and StartServers.
Tuning of this parameter should only be necessary on very busy sites. Setting this parameter to a large number is almost always a bad idea.
+This directive has no effect on Microsoft Windows. + +
+ See also MaxSpareServers and StartServers.
-
When running with Microsoft Windows, this directive sets the total - number of child processes running. Since the Windows version of Apache - is multithreaded, one processes handles all the requests. The rest are - held in reserve until the main processes dies. +
When running under Microsoft Windows, this directive has no effect. + There is always one child which handles all requests. Within the + child requests are handled by separate threads. The + ThreadsPerChild directive controls + the maximum number of child threads handling requests, which will + have a similar effect to the setting of StartServers + on Unix. + +
See also MinSpareServers and MaxSpareServers.
+ +This directive has no effect on Unix systems. +
See also StartServers and MaxRequestsPerChild.