]> granicus.if.org Git - apache/commitdiff
Update CHANGES file to include the prefork idle child cleanup fix.
authorPaul J. Reder <rederpj@apache.org>
Fri, 6 Apr 2001 20:24:13 +0000 (20:24 +0000)
committerPaul J. Reder <rederpj@apache.org>
Fri, 6 Apr 2001 20:24:13 +0000 (20:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88742 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index db7f47fee4ceeb1ebe10e656b7ea67db392322c1..6af32a2fd638b0273bdd6da787e44d2f9dce4e72 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,13 @@
 Changes with Apache 2.0.17-dev
 
+  *) Changes required to make prefork clean up idle children properly.
+     There was a window during which a starting worker deadlocks when
+     an idle cleanup arrives before it completes init. Apache then keeps
+     trying to cleanup the same deadlocked worker forever (until higher
+     pids come along, but it still will never reduce below the deadlocked
+     pid). Thus the number of children would not reduce to the correct
+     idle level. [Paul J. Reder]
+
 Changes with Apache 2.0.16
 
   *) Change the default installation directory to /usr/local/apache2,