PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+ * Event MPM: Rework locking of the timeout_mutex, to never hold it while
+ calling blocking operations on the worker queue.
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=567852
+ http://svn.apache.org/viewvc?view=rev&revision=574462
+ 2.2.x version of patch:
+ http://people.apache.org/~pquerna/event-mpm-deadlock.patch
+ +1:
+
* mpm_winnt: Eliminate wait_for_many_objects. Allows the clean
shutdown of the server when the MaxClients is higher then 257,
in a more responsive manner.