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

1999-07-19 Thread manoj
manoj 99/07/18 17:59:37 Modified:pthreads/src/main acceptlock.c http_accept.c http_config.c http_protocol.c Log: Some cleanup of signal handling. There were some stray bits of code that weren't cleaned up in the switchover to the pipe of death.

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

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

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

1999-04-14 Thread manoj
manoj 99/04/14 15:44:58 Modified:pthreads/src/include acceptlock.h http_accept.h pthreads/src/main acceptlock.c http_accept.c http_main.c Log: Cleanup and bug fixes. This patch removes the link between ap_acceptors_per_child and the number of listen fds, to