]> granicus.if.org Git - apache/commitdiff
mpm_event's doc rebuild
authorLuca Toscano <elukey@apache.org>
Sun, 7 Jan 2018 14:40:49 +0000 (14:40 +0000)
committerLuca Toscano <elukey@apache.org>
Sun, 7 Jan 2018 14:40:49 +0000 (14:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1820467 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/event.html.en
docs/manual/mod/event.xml.fr
docs/manual/mod/event.xml.meta

index 435b6d30722a4385cc374eb41dd0e7d3b1f0e1d1..de3b701bbf3af91d57bba888fb31cc17fb12554f 100644 (file)
@@ -132,7 +132,9 @@ of the <code class="directive">AsyncRequestWorkerFactor</code>.</p>
             sockets and they can be re-used to serve other requests.</dd>
 
             <dt>Closing</dt>
-            <dd>Sometimes the MPM needs to perform a lingering close, namely sending back an early error to the client while it is still transmitting data to httpd. Sending the response and then closing the connection immediately is not the correct thing to do since the client (still trying to send the rest of the request) would get a connection reset and could not read the httpd's response. So in such cases, httpd tries to read the rest of the request to allow the client to consume the response. The lingering close is time bounded but it can take relatively long time, so a worker thread can offload this work to the listener.</dd>
+            <dd>Sometimes the MPM needs to perform a lingering close, namely sending back an early error to the client while it is still transmitting data to httpd. Sending the response and then closing the connection immediately is not the correct thing to do since the client (still trying to send the rest of the request) would get a connection reset and could not read the httpd's response. So in such cases, httpd tries to read the rest of the request to allow the client to consume the response. The lingering close is time bounded but it can take relatively long time, so a worker thread can offload this work to the listener. From 2.4.28 onward
+            the listener does not perform the lingering close anymore but it offloads the job to the first worker available.
+            </dd>
         </dl>
 
         <p>These improvements are valid for both HTTP/HTTPS connections.</p>
index 95e591ab63df6f7037437ac4fdc55ecf64a530f2..028b13a1f442cec27616ea787e9d7969eae4bdc9 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1774500 -->
+<!-- English Revision: 1774500:1820466 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index 7b7fc287cfe378466fec409610a1806ae8480e4e..58ce5cc07348893d2e89c5fca873b9f46374756e 100644 (file)
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>