]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote & promote.
authorGreg Ames <gregames@apache.org>
Fri, 17 Oct 2008 21:40:06 +0000 (21:40 +0000)
committerGreg Ames <gregames@apache.org>
Fri, 17 Oct 2008 21:40:06 +0000 (21:40 +0000)
this is clearly an improvement.  but I am partial to the Event version which
eliminates unneeded condition signalling.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@705764 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 87802dfa1ff904a0a095e99ca47a7b43bac25874..252b74d8dc32590fe33c5ca3628bd8a623616ca1 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -85,6 +85,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * Worker MPM: Crosscheck that idle workers are still available before using
+     them and thus preventing an overflow of the worker queue which causes
+     a SegFault.
+     PR: 45605
+     Trunk version of patch:
+        http://svn.apache.org/viewvc?rev=702867&view=rev
+     Backport version for 2.2.x of patch:
+        Trunk version of patch works
+     +1: rpluem, jim, gregames
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -107,16 +117,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1: rpluem: jorton found some problems with the trunk version and they
                   should be fixed / discussed in trunk before we backport.
 
-   * Worker MPM: Crosscheck that idle workers are still available before using
-     them and thus preventing an overflow of the worker queue which causes
-     a SegFault.
-     PR: 45605
-     Trunk version of patch:
-        http://svn.apache.org/viewvc?rev=702867&view=rev
-     Backport version for 2.2.x of patch:
-        Trunk version of patch works
-     +1: rpluem, jim
-
    * mod_rewrite: Export and install the mod_rewrite.h header to ensure the
      optional rewrite_mapfunc_t and ap_register_rewrite_mapfunc functions are
      available to third party modules.