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

1999-07-19 Thread manoj
manoj 99/07/18 20:51:56 Modified:pthreads/src/include scoreboard.h pthreads/src/main acceptlock.c http_main.c Log: pthread.h is a system include; use <> instead of "" in the #include to let "make depend" understand it correctly. Revision ChangesPath 1.9

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. Revisi

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

1999-06-23 Thread manoj
manoj 99/06/23 12:13:06 Modified:pthreads/src/main acceptlock.c Log: fdqueue.h isn't needed here Revision ChangesPath 1.11 +0 -1 apache-apr/pthreads/src/main/acceptlock.c Index: acceptlock.c ==

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 res

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/main acceptlock.c

1999-04-22 Thread manoj
manoj 99/04/22 12:09:02 Modified:pthreads/src/main acceptlock.c Log: Go back to old behavior of retrying flock and fcntl when EINTR is received. Our worker and acceptor threads don't receive signals anyway, and the old code would make us retry fcntl if we got any error besides

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

1999-04-16 Thread manoj
manoj 99/04/15 21:43:02 Modified:pthreads/src/main acceptlock.c Log: For pthread serialization: ifdef out an added signal mask call that isn't needed in the current server architecture, and fix up that same code so it can be turned on again if need be. Revision Changes

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 support

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

1999-04-14 Thread manoj
manoj 99/04/13 23:26:12 Modified:pthreads/src/main acceptlock.c Log: Make USE_PTHREAD_SERIALIZED_ACCEPT functional. A few bugs are fixed, and mmap usage is optimized (I hope). Revision ChangesPath 1.4 +48 -44apache-apr/pthreads/src/main/acceptlock.c Ind

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

1999-04-09 Thread manoj
manoj 99/04/08 20:15:40 Modified:pthreads/src/main acceptlock.c Log: Fix acceptlock bugs found during warning scrubbing. expand_lock_fname is now static. Also, the psprintf in that function had an extra argument (the parent process pid), which wasn't used, and can't be used in

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

1999-03-07 Thread rbb
rbb 99/03/06 16:47:53 Modified:pthreads/src/include acceptlock.h httpd.h pthreads/src/main acceptlock.c scoreboard.c Log: Modifications to make the acceptlock abstractions work on Linux. Revision ChangesPath 1.2 +0 -1 apache-apr/pthreads/src/