Re: Future direction of MPMs, was Re: svn commit: r697357 - in /httpd/httpd/trunk: include/ modules/http/ modules/test/ server/ server/mpm/experimental/event/

2008-09-21 Thread Bing Swen
Paul Querna [EMAIL PROTECTED] wrote on 2008-9-21 4:21 Graham Leggett wrote: I know there are likely huge problems with this, but I would like to see how far we can push the Event MPM, figure out what to do better, if there is anything, and then really dive into the 3.0 development before

Re: [flood] Critical section for flood_report_relative_times.c

2008-09-21 Thread Ohad Lutzky
On Tue, Sep 16, 2008 at 9:45 PM, Justin Erenkrantz [EMAIL PROTECTED] wrote: On Wed, Sep 3, 2008 at 2:28 AM, Ohad Lutzky [EMAIL PROTECTED] wrote: From flood_report_relative_times.c (SVN): /* FIXME: this call may need to be in a critical section */ #if APR_HAS_THREADS

Re: svn commit: r697357 - in /httpd/httpd/trunk: include/ modules/http/ modules/test/ server/ server/mpm/experimental/event/

2008-09-21 Thread Jim Jagielski
On Sep 20, 2008, at 4:31 PM, Paul Querna wrote: Jim Jagielski wrote: On Sat, Sep 20, 2008 at 11:58:09AM -, [EMAIL PROTECTED] wrote: -#define ap_queue_empty(queue) ((queue)-nelts == 0) +#define ap_queue_empty(queue) ((queue)-nelts == 0 APR_RING_EMPTY(queue-timers ,timer_event_t, link))