cvs commit: apache-apr/pthreads/src/main acceptlock.c http_accept.c

1999-05-09 Thread manoj
manoj 99/05/09 01:39:32 Modified:pthreads/src/include acceptlock.h pthreads/src/main acceptlock.c http_accept.c Log: Partial solution for the graceful restart during accept locking problem. Make sure that each thread checks the shutdown flag before attempting to

cvs commit: apache-apr/pthreads/src/include http_accept.h

1999-05-09 Thread manoj
manoj 99/05/09 01:46:27 Modified:pthreads/src/include http_accept.h Log: Make the poll-accept model the default. Revision ChangesPath 1.8 +2 -2 apache-apr/pthreads/src/include/http_accept.h Index: http_accept.h

Re: cvs commit: apache-apr/pthreads/src/main acceptlock.c http_accept.c

1999-05-09 Thread Dirk-Willem van Gulik
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