From: Luca Toscano Date: Fri, 15 Jul 2016 11:59:42 +0000 (+0000) Subject: Doc rebuild X-Git-Tag: 2.5.0-alpha~1404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=219cb6c9da0ff4f18aa03a40ebc80cc354f83335;p=thirdparty%2Fapache%2Fhttpd.git Doc rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1752825 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index a39252d7441..8d8403fd61f 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -297,6 +297,12 @@ in *BSDs. for each target system, testing multiple values and observing the variations in your key performance metrics.

+

This directive influences the calculation of the + MinSpareThreads and + MaxSpareThreads lowerbound values. + The number of children processes needs to be a multiple of the number + of buckets to optimally accept connections.

+
top

MaxConnectionsPerChild Directive

@@ -395,7 +401,9 @@ simultaneously MaxSpareThreads 250. These MPMs deal with idle threads on a server-wide basis. If there are too many idle threads in the server then child processes are killed until the number of idle - threads is less than this number.

+ threads is less than this number. Additional processes/threads + might be created if ListenCoresBucketsRatio + is enabled.

For mpm_netware the default is MaxSpareThreads 100. Since this MPM runs a @@ -445,7 +453,7 @@ spikes MinSpareThreads 75 and deal with idle threads on a server-wide basis. If there aren't enough idle threads in the server then child processes are created until the number of idle threads is greater - than number. Please also note that additional processes/threads + than number. Additional processes/threads might be created if ListenCoresBucketsRatio is enabled.