]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Comment the mpm_winnt backport proposal that is hanging
authorMladen Turk <mturk@apache.org>
Fri, 20 Jul 2007 08:57:20 +0000 (08:57 +0000)
committerMladen Turk <mturk@apache.org>
Fri, 20 Jul 2007 08:57:20 +0000 (08:57 +0000)
around for quite some time. In essence it allows the clean
shutdown of httpd when MaxClients is higher then 257

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@557931 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 1614c3dc1588efd3d03d0fc5b1ccbfa1afb8ec64..1ed29f6fb853d8e500ec4703efc4a14236928f88 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -125,6 +125,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         <http://msdn2.microsoft.com/en-us/library/ms687025.aspx>
         In any case, it should be checking nCount <= MAXIMUM_WAIT_OBJECTS
         first and use the simple wait in that case.
+      mturk notes: We are interested in that only during shutdown
+        so a one second simplification is acceptable compromise.
+        The sole purpose of the patch is to allow the clean shutdown
+        when the MaxClients is higher then 257. 
 
    * mod_authn_dbd: Export any additional columns queried in the SQL select
      into the environment with the name AUTHENTICATE_<COLUMN>. This brings