You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jeff Trawick <tr...@gmail.com> on 2009/03/27 14:27:49 UTC

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

On Fri, Mar 27, 2009 at 2:20 PM, <ji...@apache.org> 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 ;)

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

Posted by Jim Jagielski <ji...@jaguNET.com>.
On Mar 27, 2009, at 9:27 AM, Jeff Trawick wrote:

> On Fri, Mar 27, 2009 at 2:20 PM, <ji...@apache.org> 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 ;)
>

What's more exciting than when things go BOOM! ? ;)