On Fri, Mar 27, 2009 at 2:20 PM, <[email protected]> wrote: > Author: jim > Date: Fri Mar 27 13:20:28 2009 > New Revision: 759129 > > URL: http://svn.apache.org/viewvc?rev=759129&view=rev > Log: > Oooooooooooo look a commit! Wow! > > This is embarassing. > > Modified: > httpd/httpd/trunk/server/mpm/config.m4 > > Modified: httpd/httpd/trunk/server/mpm/config.m4 > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/config.m4?rev=759129&r1=759128&r2=759129&view=diff > > ============================================================================== > --- httpd/httpd/trunk/server/mpm/config.m4 (original) > +++ httpd/httpd/trunk/server/mpm/config.m4 Fri Mar 27 13:20:28 2009 > @@ -7,7 +7,7 @@ > APACHE_MPM=$withval > ],[ > if test "x$APACHE_MPM" = "x"; then > - APACHE_MPM=simple > + APACHE_MPM=event
if I get the time, I'll try to tweak this a bit to default to event on reasonable platforms you need threads you need APR_POLLSET_THREADSAFE you need a kernel that doesn't panic ;) any other concerns? I know the philosophy of generating excitement with httpd defaults, but I'd like alpha users to be able to serve pages and encounter just the right amount of excitement to motivate them to stay interested and give us feedback ;)
