From 2a03098c63ea4a8c4c20fb803453c8be1e74fe6d Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Tue, 2 Mar 2010 13:26:21 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.html.en | 5 ++++- docs/manual/mod/mpm_common.xml | 6 +++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.50.1