summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGreg Ames <gregames@apache.org>2001-04-23 04:13:17 +0200
committerGreg Ames <gregames@apache.org>2001-04-23 04:13:17 +0200
commit27c9f0c55052159d2b4af19efe01c6d46e536e26 (patch)
tree0c2bb925bd65d6326feab5399d8c45794903db9a /CHANGES
parentAt the hack-athon we decided to change the way that input filters (diff)
downloadapache2-27c9f0c55052159d2b4af19efe01c6d46e536e26.tar.xz
apache2-27c9f0c55052159d2b4af19efe01c6d46e536e26.zip
Limit the threaded mpm to quiescing one process at a time.
This is to fix a problem where the scoreboard is filled with quiescing processes and no working processes can start, triggered by MaxRequestsPerChild. perform_idle_server_maintenance could theoretically cause it as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88913 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e338adb78a..20d1eb9530 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Changes with Apache 2.0.18-dev
-
+
+ *) Limit the threaded mpm to quiescing one process at a time.
+ This is to fix a problem where the scoreboard is filled with
+ quiescing processes and no working processes can start.
+ [Greg Ames]
+
*) Change how input filters decide how much data is returned to the
higher filter. We used to use a field in the conn_rec, with this
change, we use an argument to ap_get_brigade to determine how much