You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2009/03/26 12:09:41 UTC

svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

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)



Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

Posted by Rainer Jung <ra...@kippdata.de>.
On 26.03.2009 13:25, Justin Erenkrantz wrote:
> On Thu, Mar 26, 2009 at 1:00 PM, Paul Querna<pa...@querna.org>  wrote:
>> I think the default should be event for the time being.

+1

Rainer


Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

Posted by Ruediger Pluem <rp...@apache.org>.
On 26.03.2009 13:25, Justin Erenkrantz wrote:
> On Thu, Mar 26, 2009 at 1:00 PM, Paul Querna <pa...@querna.org> wrote:
>> I think the default should be event for the time being.
> 
> +1.  -- justin
> 
> 

+1.

Regards

Rüdiger

Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
On Thu, Mar 26, 2009 at 1:00 PM, Paul Querna <pa...@querna.org> wrote:
> I think the default should be event for the time being.

+1.  -- justin

Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

Posted by Jim Jagielski <ji...@jaguNET.com>.
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  <ji...@apache.org>:
>> 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)
>>
>>
>>
>


Re: svn commit: r758597 - /httpd/httpd/trunk/server/mpm/config.m4

Posted by Paul Querna <pa...@querna.org>.
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  <ji...@apache.org>:
> 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)
>
>
>