diff options
author | Greg Ames <gregames@apache.org> | 2001-04-23 04:13:17 +0200 |
---|---|---|
committer | Greg Ames <gregames@apache.org> | 2001-04-23 04:13:17 +0200 |
commit | 27c9f0c55052159d2b4af19efe01c6d46e536e26 (patch) | |
tree | 0c2bb925bd65d6326feab5399d8c45794903db9a /CHANGES | |
parent | At the hack-athon we decided to change the way that input filters (diff) | |
download | apache2-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-- | CHANGES | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |