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

1999-05-24 Thread manoj
manoj 99/05/23 19:10:28 Modified:pthreads/src/include http_main.h pthreads/src/main http_accept.c http_main.c Log: Switch to using a pipe to notify children of graceful shutodwn instead of a signal. This also naturally solves a problem with graceful shutdown of

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

1999-04-29 Thread manoj
manoj 99/04/29 12:34:23 Modified:.STATUS pthreads/src/main http_accept.c http_main.c Log: Get rid of thread_starter_thread, and just start all of our worker threads from child_main. This makes the code simpler, and eliminates any race conditions

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

1999-04-17 Thread manoj
manoj 99/04/16 21:25:57 Modified:pthreads/src/include http_accept.h pthreads/src/main http_accept.c http_main.c Log: An attempt to put SINGLE_LISTEN_UNSERIALIZED_ACCEPT support back in. This also moves the SAFE_ACCEPT definition from http_accept.h to

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

1999-04-14 Thread manoj
manoj 99/04/14 14:38:30 Modified:pthreads/src/include http_accept.h pthreads/src/main http_accept.c http_main.c Log: Some tweaking of our http_accept modularization. A call is added to perform any initialization needed in the parent. With this, we can take all