cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c scoreboard.c

2000-02-14 Thread rbb
rbb 00/02/14 14:20:36 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c scoreboard.c Log: Port the scoreboard from the mpmt_pthread MPM to use APR's shared memory. Tested on Linux, but it could use testing on other platforms. Revision ChangesPath 1.55 +1 -1

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-12-13 Thread rbb
rbb 99/12/13 06:01:36 Modified:src/main http_log.c src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Get rid of a couple more ap_os_file_t's along with their platform dependant code. Revision ChangesPath 1.21 +9 -14

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-11-11 Thread manoj
manoj 99/11/11 14:57:27 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix a race condition found by David Colasurdo [EMAIL PROTECTED]. We should make sure that the parent notes the creation of a child process in the scoreboard so that

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-10-27 Thread manoj
manoj 99/10/26 23:11:22 Modified:src/modules/mpm/dexter dexter.c src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Only process a connection if we've actually accepted one. Revision ChangesPath 1.48 +2 -2

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-10-26 Thread manoj
manoj 99/10/25 16:16:32 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix warnings, and fix a segfault in the process. Revision ChangesPath 1.40 +8 -7 apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread mpmt_pthread.c

1999-10-26 Thread manoj
manoj 99/10/25 23:05:39 Modified:src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix warnings from the local/remote_addr stuff properly. Revision ChangesPath 1.41 +3 -11 apache-2.0/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c