From: Jeff Trawick Date: Thu, 19 Jul 2012 23:41:10 +0000 (+0000) Subject: propose some simple MPM fixes X-Git-Tag: 2.4.3~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e40b468193fa9e20dbf136b3a172334e43be04df;p=apache propose some simple MPM fixes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1363585 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cc0a4f8767..1b902277d0 100644 --- 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.