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

1999-08-05 Thread manoj
manoj 99/08/05 12:56:27 Modified:mpm/src/include http_connection.h httpd.h mpm/src/main http_connection.c mpm/src/modules/mpm/dexter dexter.c mpm/src/modules/mpm/mpmt_pthread mpmt_pthread.c mpm/src/modules/mpm/prefork

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

1999-08-04 Thread bjh
bjh 99/08/03 16:39:12 Modified:mpm/src/modules/mpm/spmt_os2 spmt_os2.c Log: Update OS/2 mpm with new hooks. Revision ChangesPath 1.7 +8 -12 apache-2.0/mpm/src/modules/mpm/spmt_os2/spmt_os2.c Index: spmt_os2.c

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

1999-07-19 Thread bjh
bjh 99/07/19 00:32:23 Modified:mpm/src/modules/mpm/spmt_os2 spmt_os2.c Log: Releasing a semaphore you don't own isn't a fatal error. Also update with latest hook. Revision ChangesPath 1.5 +2 -2 apache-2.0/mpm/src/modules/mpm/spmt_os2/spmt_os2.c

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

1999-07-12 Thread bjh
bjh 99/07/12 01:35:39 Modified:mpm/src/modules/mpm/spmt_os2 spmt_os2.c Log: Assorted fixes for the OS/2 mpm: - pchild really should be thread local - clean_child_exit() should call _endthread(), not exit() - Use DosSleep() for delay in wait_or_timeout() instead of