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

1999-03-03 Thread rbb
rbb 99/03/03 08:02:46 Modified:pthreads/src/main fdqueue.c http_main.c Log: Performance improvement, so we don't overfill our fdqueue array. I am just moving where we update how much blanks space we have in the array, so we don't get the blank space back until the worker

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

1999-02-19 Thread rbb
rbb 99/02/19 12:33:25 Modified:pthreads/src/include fdqueue.h pthreads/src/main fdqueue.c http_main.c Log: Fixes annoying fdqueue logic bug. It used to be that if long lived connections used up all of your threads, any new connections to the same process would

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

1999-02-12 Thread rbb
rbb 99/02/12 12:37:00 Modified:pthreads/src/main fdqueue.c http_main.c Log: Bug fixes for graceful restart. Now, we return -1 for empty queue. This was needed for the graceful restart which is also included in this patch. Most of the changes from the last two patches were

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

1999-02-11 Thread rbb
rbb 99/02/11 14:15:56 Modified:pthreads/src/main fdqueue.c http_main.c Log: Another pass at logic for signal handling. SIGTERM works properly. SIGHUP causes a zombie, and makes the socket unusable. Graceful restarts are not close to working, because of signals issues with