]> granicus.if.org Git - apache/commitdiff
Documentation rebuild
authorLuca Toscano <elukey@apache.org>
Mon, 8 Jan 2018 10:17:23 +0000 (10:17 +0000)
committerLuca Toscano <elukey@apache.org>
Mon, 8 Jan 2018 10:17:23 +0000 (10:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820540 13f79535-47bb-0310-9956-ffa450edef68

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

index c13baa64c309d9c2cdb6bdaf8efa47d89f13c95b..23dd8ea201d1cc7c724155657831c3b1ad7aa538 100644 (file)
@@ -136,8 +136,11 @@ 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. 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>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. The lingering close is time bounded but it can take relatively long
+            time, so it's offloaded to a worker thread (including the shutdown hooks and real socket close). From 2.4.28 onward this is also the
+            case when connections finally timeout (the listener thread never handles connections besides waiting for and dispatching their events).
             </dd>
         </dl>
 
index 09fe06a307c124c7d4d63fd20956fe078088441a..e957e7abfbe6e2079742699ad8e1a1479b455465 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
-<!-- English Revision: 1807868:1819322 (outdated) -->
+<!-- English Revision: 1807868:1820539 (outdated) -->
 <!-- Spanish Translation: Daniel Ferradal <dferradal@apache.org> -->
 
 <!--
index cf836de418c9a314cfb8aa836bc89cc9b27a8bd9..8b8af27bdd82aa5a3cca5225321f2c25b2b6a619 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: 1819322 -->
+<!-- English Revision: 1819322:1820539 (outdated) -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
index c097d9799d0b87a36da6e31a503e904388a972d7..38a7b23e33f52de14a83fbd974d277d083f61099 100644 (file)
@@ -9,6 +9,6 @@
   <variants>
     <variant>en</variant>
     <variant outdated="yes">es</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>