A bug you say?  Yay!  I've contributed.  Any way, moving along.

I understand that it does that, but the Apache server-status lists all
threads.  Shouldn't that thread be visible as something other than working?

--Graham Frank

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Wednesday, May 10, 2006 8:34 AM
To: [email protected]
Subject: Re: [EMAIL PROTECTED] So I've switched to the event MPM

I've never tried event myself but...

On 5/10/06, Graham Frank <[EMAIL PROTECTED]> wrote:
> As the subject said, I'm testing the event MPM.  Something I've noticed is
> that even with LogLevel set to debug, event doesn't report itself.  The
docs
> say that with debug set, the current MPM should announce itself into the
> error_log on startup.  For example:
>
> [Mon May 08 15:13:37 2006] [debug] worker.c(1715): AcceptMutex: sysvsem
> (default: sysvsem)
>
> But when using event, it doesn't submit that line.

Sounds like a small bug.

>
> Also, I know that event handles keepalive requests differently, but should
> that mean that /server-status would report no keepalive requests?  It
> appears as if KeepAlive were off (no K's).

That would make sense.  Keep-alives in event are not handled by the
worker threads (listed in server-status) but by a separate thread.  So
it sounds as if everything is working perfectly.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to