You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by el...@apache.org on 2018/01/07 14:40:49 UTC

svn commit: r1820467 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: event.html.en event.xml.fr event.xml.meta

Author: elukey
Date: Sun Jan  7 14:40:49 2018
New Revision: 1820467

URL: http://svn.apache.org/viewvc?rev=1820467&view=rev
Log:
mpm_event's doc rebuild

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en?rev=1820467&r1=1820466&r2=1820467&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.html.en Sun Jan  7 14:40:49 2018
@@ -132,7 +132,9 @@ of the <code class="directive">AsyncRequ
             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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr?rev=1820467&r1=1820466&r2=1820467&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.fr [utf-8] Sun Jan  7 14:40:49 2018
@@ -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 -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta?rev=1820467&r1=1820466&r2=1820467&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/event.xml.meta Sun Jan  7 14:40:49 2018
@@ -8,6 +8,6 @@
 
   <variants>
     <variant>en</variant>
-    <variant>fr</variant>
+    <variant outdated="yes">fr</variant>
   </variants>
 </metafile>