]> granicus.if.org Git - apache/commitdiff
mpm-event's doc rebuild
authorLuca Toscano <elukey@apache.org>
Sun, 4 Dec 2016 10:08:06 +0000 (10:08 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 4 Dec 2016 10:08:06 +0000 (10:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772513 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/event.html.en

index ed35c9742717c80e8875f0d4408a5e0d0691ca6c..007fc72fba677351d1949d5b49a6b22fe6a3870d 100644 (file)
@@ -182,7 +182,17 @@ of the <code class="directive">AsyncRequestWorkerFactor</code>.</p>
         graceful terminations in a much better way. Some of the improvements are:</p>
         <ul>
             <li>Allow the use of all the scoreboard slots up to
-            <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit</a></code>.</li>
+            <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit</a></code>.
+            <code class="directive"><a href="../mod/mpm_common.html#maxrequestworkers">MaxRequestWorkers</a></code> and
+            <code class="directive"><a href="../mod/mpm_common.html#threadsperchild">ThreadsPerChild</a></code> are used
+            to limit the amount of active processes, meanwhile
+            <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit</a></code> 
+            takes also into account the ones doing a graceful
+            close to allow extra slots when needed. The idea is to use
+            <code class="directive"><a href="../mod/mpm_common.html#serverlimit">ServerLimit</a></code> to instruct httpd
+            about how many overall processes are tolerated before impacting
+            the system resources.
+            </li>
             <li>Force gracefully finishing processes to close their
             connections in keep-alive state.</li>
             <li>During graceful shutdown, if there are more running worker threads