From: Luca Toscano
Date: Sun, 4 Dec 2016 10:08:06 +0000 (+0000)
Subject: mpm-event's doc rebuild
X-Git-Tag: 2.5.0-alpha~952
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=038487508cc5bd4c26322aafcc448e5e8044a08c;p=thirdparty%2Fapache%2Fhttpd.git
mpm-event's doc rebuild
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772513 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/event.html.en b/docs/manual/mod/event.html.en
index ed35c974271..007fc72fba6 100644
--- a/docs/manual/mod/event.html.en
+++ b/docs/manual/mod/event.html.en
@@ -182,7 +182,17 @@ of the AsyncRequestWorkerFactor
.
graceful terminations in a much better way. Some of the improvements are:
- Allow the use of all the scoreboard slots up to
-
ServerLimit
.
+ ServerLimit
.
+ MaxRequestWorkers
and
+ ThreadsPerChild
are used
+ to limit the amount of active processes, meanwhile
+ ServerLimit
+ takes also into account the ones doing a graceful
+ close to allow extra slots when needed. The idea is to use
+ ServerLimit
to instruct httpd
+ about how many overall processes are tolerated before impacting
+ the system resources.
+
- Force gracefully finishing processes to close their
connections in keep-alive state.
- During graceful shutdown, if there are more running worker threads