From: Rich Bowen Date: Tue, 2 Mar 2010 13:26:21 +0000 (+0000) Subject: Reference Min/MaxSpareServers/Threads when talking about dynamically X-Git-Tag: 2.3.6~412 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a03098c63ea4a8c4c20fb803453c8be1e74fe6d;p=apache Reference Min/MaxSpareServers/Threads when talking about dynamically configuring the side of the server pool. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@918024 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 2114812a62..0f3e822118 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -586,7 +586,10 @@ Apache

The StartServers directive sets the number of child server processes created on startup. As the number - of processes is dynamically controlled depending on the load, + of processes is dynamically controlled depending on the load, (see + MinSpareThreads, + MaxSpareThreads, + MinSpareServers, MaxSpareServers) there is usually little reason to adjust this parameter.

The default value differs from MPM to MPM. worker diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index ef62b8492d..d69a112b5a 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -588,7 +588,11 @@ Apache

The StartServers directive sets the number of child server processes created on startup. As the number - of processes is dynamically controlled depending on the load, + of processes is dynamically controlled depending on the load, (see + MinSpareThreads, + MaxSpareThreads, + MinSpareServers, MaxSpareServers) there is usually little reason to adjust this parameter.

The default value differs from MPM to MPM. worker