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

1999-08-12 Thread manoj
manoj 99/08/11 16:55:44 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Move a little code around to shorten the worker_thread function a bit. Revision ChangesPath 1.20 +23 -20

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

1999-08-10 Thread manoj
manoj 99/08/10 14:18:46 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Put back the process_child_status code from 1.3. Handling of synchronous signals like SEGV and FPE is still a bit dodgy, though, so this won't

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

1999-08-04 Thread manoj
manoj 99/08/03 16:36:44 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix a couple of potential graceful restart bugs noted by Dean: EINTR was never dealt with in the code to write to the pipe of death, and in

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

1999-08-04 Thread manoj
manoj 99/08/03 17:21:37 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Undo the stupid pipe of death changes I made earlier today. dean noted that we need an char_of_death array to do this safely, and it's just

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

1999-08-03 Thread manoj
manoj 99/08/03 11:17:54 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Update with new hooks. Revision ChangesPath 1.12 +0 -2 apache-2.0/mpm/src/modules/mpm/dexter/dexter.c Index: dexter.c

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

1999-08-03 Thread manoj
manoj 99/08/03 13:03:10 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: get rid of the vestigial ap_open_logs call (and the ap_clear_pool that went along with it), to fix logging problems. Sometimes the bug would

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

1999-08-03 Thread manoj
manoj 99/08/03 13:41:38 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: No reason to have a loop writing one byte at a time to the pipe of death when the write call will do it for us. Also fix the comments a bit.

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

1999-07-30 Thread Ben Laurie
[EMAIL PROTECTED] wrote: manoj 99/07/29 13:06:20 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Use Ben Hyde's warning fix on two other MPMs. Tch! Ben Laurie! Cheers, Ben. --

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

1999-07-29 Thread manoj
manoj 99/07/29 13:06:20 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Use Ben Hyde's warning fix on two other MPMs. Revision ChangesPath 1.11 +1 -1

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

1999-07-28 Thread manoj
manoj 99/07/27 16:54:26 Modified:mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Update with latest hook additions. Revision ChangesPath 1.10 +6 -7 apache-2.0/mpm/src/modules/mpm/dexter/dexter.c

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

1999-07-28 Thread manoj
manoj 99/07/28 15:35:43 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Replace Min/MaxSpareServers with Min/MaxSpareThreads. This allows the admin to specify with finer granularity how the server pool should be run. Revision ChangesPath 1.15 +24

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

1999-07-21 Thread manoj
manoj 99/07/21 15:32:37 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Fix silly bug. accept() has to be inside the accept mutexed block. doh. Revision ChangesPath 1.11 +10 -4 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c

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

1999-07-18 Thread manoj
manoj 99/07/18 14:37:32 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Sync module strucuture with the prefork MPM again. Revision ChangesPath 1.10 +0 -1 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c

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

1999-07-16 Thread manoj
manoj 99/07/15 17:24:07 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: poll+accept without accept serialziation is dangerous, so for the moment, keep serialization on all the time and get rid of the attempts to make its usage thread-safe. Revision Changes

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

1999-07-16 Thread martin
martin 99/07/16 00:15:49 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Use new module structure Revision ChangesPath 1.8 +0 -2 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c

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

1999-07-16 Thread rse
rse 99/07/16 03:27:05 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Be careful, accept_mutex_child_init() has to be done _before_ unixd_setup_child() switches the process UID, because else under platforms where the mutex is flock() based this fails...

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

1999-07-07 Thread martin
martin 99/07/07 08:16:44 Modified:mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c Log: Update to new module layout (Hooks) Revision ChangesPath 1.4 +1 -2 apache-2.0/mpm/src/modules/mpm/mpmt_pthread/mpmt_pthread.c Index: mpmt_pthread.c