On 9 May 1999 [EMAIL PROTECTED] wrote:
> Partial solution for the graceful restart during accept locking problem. > Make sure that each thread checks the shutdown flag before attempting to > get the cross-process accept lock, so that if one thread notices that > it's time to die, the rest will soon after. > > Revision Changes Path > 1.5 +7 -2 apache-apr/pthreads/src/include/acceptlock.h > Good stuff ! Seems to make a/the difference. Dw