]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add proposed backport for the Event MPM to fix some locking bugs.
authorPaul Querna <pquerna@apache.org>
Tue, 11 Sep 2007 05:53:28 +0000 (05:53 +0000)
committerPaul Querna <pquerna@apache.org>
Tue, 11 Sep 2007 05:53:28 +0000 (05:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@574470 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 62a1820c7d84de7ca15b9ff74501b16ade55af52..8eff5394e1fddd542f3deb392c2caadecfa26cd8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -82,6 +82,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 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.