You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/03/02 14:26:21 UTC

svn commit: r918024 - in /httpd/httpd/trunk/docs/manual/mod: mpm_common.html.en mpm_common.xml

Author: rbowen
Date: Tue Mar  2 13:26:21 2010
New Revision: 918024

URL: http://svn.apache.org/viewvc?rev=918024&view=rev
Log:
Reference Min/MaxSpareServers/Threads when talking about dynamically
configuring the side of the server pool.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en
    httpd/httpd/trunk/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en?rev=918024&r1=918023&r2=918024&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.html.en Tue Mar  2 13:26:21 2010
@@ -586,7 +586,10 @@
 </table>
     <p>The <code class="directive">StartServers</code> 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
+    <code class="directive"><a href="#minsparethreads">MinSpareThreads</a></code>,
+    <code class="directive"><a href="#maxsparethreads">MaxSpareThreads</a></code>,
+    <code class="directive"><a href="../mod/prefork.html#minspareservers">MinSpareServers</a></code>, <code class="directive"><a href="../mod/prefork.html#maxspareservers">MaxSpareServers</a></code>)
     there is usually little reason to adjust this parameter.</p>
 
     <p>The default value differs from MPM to MPM. <code class="module"><a href="../mod/worker.html">worker</a></code>

Modified: httpd/httpd/trunk/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mpm_common.xml?rev=918024&r1=918023&r2=918024&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mpm_common.xml Tue Mar  2 13:26:21 2010
@@ -588,7 +588,11 @@
 <usage>
     <p>The <directive>StartServers</directive> 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
+    <directive module="mpm_common">MinSpareThreads</directive>,
+    <directive module="mpm_common">MaxSpareThreads</directive>,
+    <directive module="prefork">MinSpareServers</directive>, <directive
+    module="prefork">MaxSpareServers</directive>)
     there is usually little reason to adjust this parameter.</p>
 
     <p>The default value differs from MPM to MPM. <module>worker</module>