From: Igor Galić Date: Fri, 4 Feb 2011 15:37:24 +0000 (+0000) Subject: Propose r1064269: revert from LIFO to FIFO for fd Queue processing X-Git-Tag: 2.2.18~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da571c066dcced17a51acf225090744363da3eac;p=thirdparty%2Fapache%2Fhttpd.git Propose r1064269: revert from LIFO to FIFO for fd Queue processing git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1067198 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 27609fd3052..5b4f536a1e9 100644 --- a/STATUS +++ b/STATUS @@ -119,6 +119,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] + * mpm worker/mpm event: Revert an old (~10yr) change to the fd Q; move back to + FIFO rather than LIFO, for more consistent performance + so that older requests don't suffer + Trunk patch (applies for worker): http://svn.apache.org/viewvc?view=revision&revision=1064269 + 2.2.x patch (for event): http://people.apache.org/~igalic/patches/event-mpm-fdqueue.patch + + * unixd: set suexec_enabled correctly when httpd is run by non-root PR 42175 Trunk Patch: http://cvs.apache.org/viewvc?view=rev&revision=791337