You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2007/07/20 10:57:21 UTC

svn commit: r557931 - /httpd/httpd/branches/2.2.x/STATUS

Author: mturk
Date: Fri Jul 20 01:57:20 2007
New Revision: 557931

URL: http://svn.apache.org/viewvc?view=rev&rev=557931
Log:
Comment the mpm_winnt backport proposal that is hanging
around for quite some time. In essence it allows the clean
shutdown of httpd when MaxClients is higher then 257

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?view=diff&rev=557931&r1=557930&r2=557931
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Jul 20 01:57:20 2007
@@ -125,6 +125,10 @@
         <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