I'm fine with that as well... my hope was that by making
simple the new default, it would kick-start dev on it.

On Mar 26, 2009, at 8:00 AM, Paul Querna wrote:

As much as i would like to use simple, I don't think its quite ready
yet (time/patches welcome!).

I think the default should be event for the time being.

2009/3/26  <[email protected]>:
Author: jim
Date: Thu Mar 26 11:09:33 2009
New Revision: 758597

URL: http://svn.apache.org/viewvc?rev=758597&view=rev
Log:
prefork is soooooo 1990s. make new default simple

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=758597&r1=758596&r2=758597&view=diff
=
=
=
=
=
=
=
=
=
=====================================================================
--- httpd/httpd/trunk/server/mpm/config.m4 (original)
+++ httpd/httpd/trunk/server/mpm/config.m4 Thu Mar 26 11:09:33 2009
@@ -7,7 +7,7 @@
  APACHE_MPM=$withval
 ],[
  if test "x$APACHE_MPM" = "x"; then
-    APACHE_MPM=prefork
+    APACHE_MPM=simple
  fi
 ])
 AC_MSG_RESULT($APACHE_MPM)





Reply via email to