]> granicus.if.org Git - apache/commitdiff
One further change to the worker docs regarding the MaxClients confusion.
authorJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 13:52:53 +0000 (13:52 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 21 Aug 2002 13:52:53 +0000 (13:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96466 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/worker.html.en
docs/manual/mod/worker.xml

index 7e94ea005e8671a45ba46b98665f8d489818a446..c3203a28c442b5056ec95dc75bfef3a7e1d1cd2c 100644 (file)
     keeping multiple processes available, each with many threads.</p>
 
     <p>The most important directives used to control this MPM are
-    <a href="../mod/mpm_common.html#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a> and
-    <a href="../mod/mpm_common.html#maxclients" class="directive"><code class="directive">MaxClients</code></a>.  By multiplying
-    together the value of these directives you define the total number
-    of simultaneous connections that the server can handle.</p>
+    <a href="../mod/mpm_common.html#threadsperchild" class="directive"><code class="directive">ThreadsPerChild</code></a>, which
+    controls the number of threads deployed by each child process and
+    <a href="../mod/mpm_common.html#maxclients" class="directive"><code class="directive">MaxClients</code></a>, which
+    controls the maximum total number of threads that may be
+    launched.</p>
 
 <h2>Directives</h2><ul><li><a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li><li><a href="mpm_common.html#group">Group</a></li><li><a href="mpm_common.html#listen">Listen</a></li><li><a href="mpm_common.html#listenbacklog">ListenBacklog</a></li><li><a href="mpm_common.html#lockfile">LockFile</a></li><li><a href="mpm_common.html#maxclients">MaxClients</a></li><li><a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li><li><a href="mpm_common.html#maxsparethreads">MaxSpareThreads</a></li><li><a href="mpm_common.html#minsparethreads">MinSpareThreads</a></li><li><a href="mpm_common.html#pidfile">PidFile</a></li><li><a href="mpm_common.html#scoreboardfile">ScoreBoardFile</a></li><li><a href="mpm_common.html#sendbuffersize">SendBufferSize</a></li><li><a href="mpm_common.html#serverlimit">ServerLimit</a></li><li><a href="mpm_common.html#startservers">StartServers</a></li><li><a href="mpm_common.html#threadlimit">ThreadLimit</a></li><li><a href="mpm_common.html#threadsperchild">ThreadsPerChild</a></li><li><a href="mpm_common.html#user">User</a></li></ul><p><strong>See also </strong></p><ul><li><a href="../bind.html">Setting which addresses and
     ports Apache uses</a></li></ul><h2>How it Works</h2>
index 38a94eb3230d740e33733c14b38e0e8fe07edf99..143a9d81a2874b6195638bf2acfdf2c5ca0025ac 100644 (file)
     keeping multiple processes available, each with many threads.</p>
 
     <p>The most important directives used to control this MPM are
-    <directive module="mpm_common">ThreadsPerChild</directive> and
-    <directive module="mpm_common">MaxClients</directive>.  By multiplying
-    together the value of these directives you define the total number
-    of simultaneous connections that the server can handle.</p>
+    <directive module="mpm_common">ThreadsPerChild</directive>, which
+    controls the number of threads deployed by each child process and
+    <directive module="mpm_common">MaxClients</directive>, which
+    controls the maximum total number of threads that may be
+    launched.</p>
 
 </summary>
 <seealso><a href="../bind.html">Setting which addresses and