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
<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