From 219cb6c9da0ff4f18aa03a40ebc80cc354f83335 Mon Sep 17 00:00:00 2001 From: Luca Toscano Date: Fri, 15 Jul 2016 11:59:42 +0000 Subject: [PATCH] Doc rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1752825 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index a39252d744..8d8403fd61 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.

-- 2.50.1