From: Luca Toscano Date: Fri, 2 Dec 2016 19:21:51 +0000 (+0000) Subject: mpm-event's doc rebuild X-Git-Tag: 2.5.0-alpha~960 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bb4c17445bdef6e0e788d0e13a089020fc5de16e;p=apache mpm-event's doc rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772400 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en index 7f61dd4b0d..ed35c97427 100644 --- a/docs/manual/mod/event.html.en +++ b/docs/manual/mod/event.html.en @@ -150,7 +150,7 @@ of the AsyncRequestWorkerFactor.

and also the number of allowed processes (MaxRequestWorkers / ThreadsPerChild), meanwhile - the Scoreboad is a representation of all the running processes and + the Scoreboard is a representation of all the running processes and the status of their worker threads. If the scoreboard is full (so all the threads have a state that is not idle) but the number of active requests served is not MaxRequestWorkers, @@ -158,17 +158,24 @@ of the AsyncRequestWorkerFactor.

but that are queued instead (up to the limit imposed by ListenBacklog). Most of the times the threads are stuck in the Graceful state, namely they are waiting to - finish their work with a TCP connection to terminate and free a + finish their work with a TCP connection to safely terminate and free up a scoreboard slot (for example handling long running requests, slow clients - or a connection with keep-alive enabled). Two scenarios are very common:

+ or connections with keep-alive enabled). Two scenarios are very common:

From 2.4.24 onward, mpm-event is smarter and it is able to handle