From: Yann Ylavic Date: Wed, 15 Apr 2015 17:40:00 +0000 (+0000) Subject: Moving back event timers duplicates fix to proposals. X-Git-Tag: 2.4.13~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=628e565039e1b397b3b038f0fcbccd8c12ae269d;p=apache Moving back event timers duplicates fix to proposals. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1673891 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fb06475324..29443368bd 100644 --- a/STATUS +++ b/STATUS @@ -328,6 +328,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trawick: Could we add r1673769 too? ylavic: +1 with r1673769. + *) mpm_event: Allow for timer events duplicates. + trunk patch: http://svn.apache.org/r1666468 + http://svn.apache.org/r1666618 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-event_timers_duplicates.patch + +1: ylavic + covener: what's the background here? What's currently broken? + ylavic: I expected to find a common compare function for both MPMs event + and motorz, but I now think that won't be the case (not the same + constraints for both since event does not apr_skiplist_remove(), + see http://marc.info/?l=apache-httpd-dev&m=142714857911558&w=2 for + details). Hence I'm moving this backport back to proposals, it is + IMO the right fix to not lose timers registered in the same micro- + second (in MPM event). + OTHER PROPOSALS * A list of further possible backports can be found at: @@ -337,13 +351,6 @@ OTHER PROPOSALS PATCHES/ISSUES THAT ARE BEING WORKED - *) mpm_event: Allow for timer events duplicates. - trunk patch: http://svn.apache.org/r1666468 - http://svn.apache.org/r1666618 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-event_timers_duplicates.patch - +1: ylavic - covener: what's the background here? What's currently broken? - PATCHES/ISSUES THAT ARE STALLED