]> granicus.if.org Git - apache/commitdiff
propose some simple MPM fixes
authorJeff Trawick <trawick@apache.org>
Thu, 19 Jul 2012 23:41:10 +0000 (23:41 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 19 Jul 2012 23:41:10 +0000 (23:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1363585 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index cc0a4f8767a704f0364fa3975df1eb77ed7c938c..1b902277d004bb59cfb809f613a4e78a3726408f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -191,6 +191,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works
      +1: chrisd, rpluem
 
+   * mpm_prefork: Reduce spawn rate after a child process exits due to
+     unexpected poll or accept failure.
+     trunk patch: http://svn.apache.org/viewvc?rev=1363183&view=rev
+     2.4.x patch: trunk patch works
+     +1: trawick
+
+   * mpm_event, mpm_worker: Fix cases where the spawn rate wasn't reduced
+     after child process resource shortages.
+     trunk patch: http://svn.apache.org/viewvc?rev=1363440&view=rev
+     2.4.x patch: trunk patch works
+     +1: trawick
+
 A list of further possible backports can be found at:
     http://people.apache.org/~rjung/patches/possible-backports-httpd-trunk-2_4.txt
 If you want to propose one of those, please add them here.