
paul at querna
Oct 2, 2009, 10:44 AM
Post #2 of 2
(285 views)
Permalink
|
On Fri, Oct 2, 2009 at 9:03 AM, Jim Jagielski <jim [at] jagunet> wrote: > At least regarding the perl test framework, Event is the fastest MPM > for OS X (compared to worker and prefork). > > Interesting :) > yes, because it doesn't use the accept mutex. If you modify the worker mpm to also not use the accept mutex, it should be about the same for non-keepalive based performance testing, at least IIRC. Would be good to do some serious profiling before we release 2.4.0, i'm pretty sure we have syscall count regressions since 2.0.x. -Paul
|