You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/10/11 20:41:56 UTC

svn commit: r703707 - /httpd/httpd/branches/2.2.x/STATUS

Author: rpluem
Date: Sat Oct 11 11:41:56 2008
New Revision: 703707

URL: http://svn.apache.org/viewvc?rev=703707&view=rev
Log:
* Add a proposal

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=703707&r1=703706&r2=703707&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Oct 11 11:41:56 2008
@@ -107,6 +107,16 @@
       -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,
+
 PATCHES/ISSUES THAT ARE STALLED
 
  * core, authn/z: Avoid calling access control hooks for internal requests