RE: [PATCH] forcefully kill of threads in worker MPM

2002-04-30 Thread Sander Striker
> From: gregames [mailto:gregames]On Behalf Of Greg Ames > Sent: 29 April 2002 18:06 > Aaron Bannert wrote: > > > > This ugly thing kills off threads that are running long-lived > > requests when we want to do a graceless shutdown of the server. > > +1 in concept and eyeballing the code. Somet

Re: [PATCH] forcefully kill of threads in worker MPM

2002-04-29 Thread Greg Ames
Aaron Bannert wrote: > > This ugly thing kills off threads that are running long-lived > requests when we want to do a graceless shutdown of the server. +1 in concept and eyeballing the code. Something drastic seems in order, and I haven't heard a better alternative. > I tested it by running a

[PATCH] forcefully kill of threads in worker MPM

2002-04-28 Thread Aaron Bannert
This ugly thing kills off threads that are running long-lived requests when we want to do a graceless shutdown of the server. I tested it by running ab with concurrency of 100 against a 10MB file and running "bin/apachectl stop ; ps -ef | grep httpd". I get a bunch of [info] errors in the error lo