On Thu, Mar 21, 2002 at 07:12:54PM -0000, [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 even though there were connections waiting in the > queue. > > Now, for a graceful restart the worker threads won't exit until they > are told that the queue has been drained and no more connections will > ever be added.
Awesome! Is ap_queue_interrupt_all() used anywhere externally anymore? Let's just get rid of it in lieu of ap_queue_term(). -aaron
