PATCHES PROPOSED TO BACKPORT FROM TRUNK:
- * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
- to revert to the Worker MPM IO behavoirs, rather than just hanging, when
- using the Event MPM. (minor MMN bump)
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=546328
- http://svn.apache.org/viewvc?view=rev&revision=546650
- http://svn.apache.org/viewvc?view=rev&revision=546715
- 2.2.x version of patch:
- http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
- +1: pquerna
-
-
- * 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.
http://svn.apache.org/viewvc?view=rev&revision=572136
+1: minfrin
+ * Event MPM: Add clogging_input_filters to the conn_rec, enabling mod_ssl
+ to revert to the Worker MPM IO behavoirs, rather than just hanging, when
+ using the Event MPM. (minor MMN bump)
+ Trunk version of patch:
+ http://svn.apache.org/viewvc?view=rev&revision=546328
+ http://svn.apache.org/viewvc?view=rev&revision=546650
+ http://svn.apache.org/viewvc?view=rev&revision=546715
+ 2.2.x version of patch:
+ http://people.apache.org/~pquerna/eventmpm-ssl-input-2.2.x.patch
+ +1: pquerna
+
+ * 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:
+
PATCHES/ISSUES THAT ARE STALLED
* mod_ldap, mod_authnzldap: Add support for nested groups (i.e. the ability