Re: cvs commit: httpd-2.0/server/mpm/worker fdqueue.c fdqueue.h worker.c

2002-03-21 Thread Aaron Bannert
On Thu, Mar 21, 2002 at 07:12:54PM -, [EMAIL PROTECTED] wrote: trawick 02/03/21 11:12:54 Modified:.CHANGES server/mpm/worker fdqueue.c fdqueue.h worker.c Log: Don't drop connections during graceful restart. Previously, worker threads could exit

Re: cvs commit: httpd-2.0/server/mpm/worker fdqueue.c fdqueue.h worker.c

2002-03-21 Thread Jeff Trawick
Aaron Bannert [EMAIL PROTECTED] writes: Is ap_queue_interrupt_all() used anywhere externally anymore? Let's just get rid of it in lieu of ap_queue_term(). That one is still used by worker MPM on the non-graceful shutdown path. On my first attempt to get this working I had a parameter to