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

svn commit: r1363585 - /httpd/httpd/branches/2.4.x/STATUS

Author: trawick
Date: Thu Jul 19 23:41:10 2012
New Revision: 1363585

URL: http://svn.apache.org/viewvc?rev=1363585&view=rev
Log:
propose some simple MPM fixes

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1363585&r1=1363584&r2=1363585&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Jul 19 23:41:10 2012
@@ -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.