Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-06 Thread Justin Erenkrantz
--On Saturday, November 6, 2004 8:28 AM + [EMAIL PROTECTED] wrote: @@ -125,6 +125,8 @@ +0: BrianP, Aaron (mutex contention is looking better with the latest code, let's continue tuning and testing), rederpj, jim -0: Lars + + pquerna: Do we want to

Re: Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-06 Thread Geoffrey Young
> Seems reasonable to do so. 2.0 was our first threaded release - making > a threaded MPM by default (if available) for 2.2 seems fine by me. -- > justin agreed :) however, something that I heard recently is that if you specify a threaded MPM on a platform that does not support it, the build p

Re: Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-06 Thread Cliff Woolley
On Sat, 6 Nov 2004, Geoffrey Young wrote: > MPM on a platform that does not support it, the build process silently > switches to prefork (or whatever the default is for the platform, I guess) > now, I haven't seen this myself, so I don't want to propagate FUD, but if > it's true I might suggest th

Re: Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-11 Thread Joe Orton
On Sat, Nov 06, 2004 at 12:48:50AM -0800, Justin Erenkrantz wrote: > --On Saturday, November 6, 2004 8:28 AM + [EMAIL PROTECTED] wrote: > > > @@ -125,6 +125,8 @@ > > +0: BrianP, Aaron (mutex contention is looking better with the > > latest code, let's continue tuning a

Re: Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-11 Thread Brad Nicholes
It's not Linux but here is a piece of information that should help. NetWare is a thread only environment which means that we have been shipping and running all of the standard modules since day one with really no report of any threading related issues. I can't speak for any third party modules

Re: Use threaded MPM by default was Re: cvs commit: httpd-2.0 STATUS

2004-11-13 Thread Stas Bekman
Joe Orton wrote: On Sat, Nov 06, 2004 at 12:48:50AM -0800, Justin Erenkrantz wrote: --On Saturday, November 6, 2004 8:28 AM + [EMAIL PROTECTED] wrote: @@ -125,6 +125,8 @@ +0: BrianP, Aaron (mutex contention is looking better with the latest code, let's continue tuning and