From: Luca Toscano Date: Sun, 7 Jan 2018 14:40:49 +0000 (+0000) Subject: mpm_event's doc rebuild X-Git-Tag: 2.4.30~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a380d7e50f201cb282c45ce4714f82ddf51c1e87;p=apache mpm_event's doc rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1820467 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index 435b6d3072..de3b701bbf 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -132,7 +132,9 @@ of the AsyncRequestWorkerFactor.

sockets and they can be re-used to serve other requests.
Closing
-
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.
+
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. +

These improvements are valid for both HTTP/HTTPS connections.

diff --git a/docs/manual/mod/event.xml.fr b/docs/manual/mod/event.xml.fr index 95e591ab63..028b13a1f4 100644 --- a/docs/manual/mod/event.xml.fr +++ b/docs/manual/mod/event.xml.fr @@ -1,7 +1,7 @@ - + diff --git a/docs/manual/mod/event.xml.meta b/docs/manual/mod/event.xml.meta index 7b7fc287cf..58ce5cc073 100644 --- a/docs/manual/mod/event.xml.meta +++ b/docs/manual/mod/event.xml.meta @@ -8,6 +8,6 @@ en - fr + fr