You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2011/02/04 16:37:25 UTC

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

Author: igalic
Date: Fri Feb  4 15:37:24 2011
New Revision: 1067198

URL: http://svn.apache.org/viewvc?rev=1067198&view=rev
Log:
Propose r1064269: revert from LIFO to FIFO for fd Queue processing

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=1067198&r1=1067197&r2=1067198&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Feb  4 15:37:24 2011
@@ -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