[PATCH] report reached MaxClients more than once

2010-02-04 Thread Jeff Trawick
See initial patch attached. (30 seconds between reports is just to make testing faster.) Index: server/mpm/worker/worker.c === --- server/mpm/worker/worker.c (revision 906552) +++ server/mpm/worker/worker.c (working copy) @@

Re: [PATCH] report reached MaxClients more than once

2010-02-04 Thread Dan Poirier
Nice. Maybe change count to messages_skipped but that's just a quibble. I wonder where else this would be handy? Dan

Re: [PATCH] report reached MaxClients more than once

2010-02-04 Thread Jeff Trawick
On Thu, Feb 4, 2010 at 1:55 PM, Dan Poirier poir...@pobox.com wrote: Nice.  Maybe change count to messages_skipped but that's just a quibble. There are probably a lot of quibbles with my 20 second API design :) I wonder first if it is acceptable to the group to do without an init call, and