cvs commit: apache-apr/apr/time/unix Makefile.in

1999-07-23 Thread rbb
rbb 99/07/23 07:41:52 Modified:apr Makefile.in acconfig.h configure.in apr/file_io/beos Makefile.in apr/file_io/os2 Makefile.in apr/file_io/unix Makefile.in apr/include apr_config.h.in apr/lib

cvs commit: apache-1.3/src/main http_main.c

1999-07-23 Thread stoddard
stoddard99/07/23 08:31:26 Modified:src CHANGES src/main http_main.c Log: Complete apache -k restart work. Now, restarts are honored immediately without loosing connections in the listen queue. Revision ChangesPath 1.1398+10 -1

cvs commit: apache-2.0/mpm/src/main http_connection.c

1999-07-23 Thread ben
ben 99/07/23 11:14:45 Modified:mpm/src/main http_connection.c Log: Actually, we should always close the connection when it is finished. Revision ChangesPath 1.12 +22 -22apache-2.0/mpm/src/main/http_connection.c Index: http_connection.c

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

1999-07-23 Thread ben
ben 99/07/23 11:52:29 Modified:mpm/src Configuration.tmpl Added: mpm/src/modules/standard mod_echo.c Log: Support for echo protocol, to show how multiprotocol support works. Revision ChangesPath 1.5 +4 -0 apache-2.0/mpm/src/Configuration.tmpl

cvs commit: apache-1.3/src/main http_main.c

1999-07-23 Thread stoddard
stoddard99/07/23 12:33:12 Modified:src/main http_main.c Log: Exit the child process immediately upon MaxRequestPerChild being hit. Revision ChangesPath 1.459 +7 -26 apache-1.3/src/main/http_main.c Index: http_main.c

cvs commit: apache-1.3/src/main http_main.c

1999-07-23 Thread stoddard
stoddard99/07/23 12:52:06 Modified:src/main http_main.c Log: Win32: Add a few error messages. Revision ChangesPath 1.460 +5 -1 apache-1.3/src/main/http_main.c Index: http_main.c === RCS

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

1999-07-23 Thread manoj
manoj 99/07/23 15:15:18 Modified:mpm/src/modules/mpm/dexter dexter.c dexter.h Log: Add support for dynamically creating and destroying threads based on a Min/MaxSpareThreads algorithm, and clean up a couple of stray pieces of gunk from the days of scoreboardhood. Revision

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

1999-07-23 Thread manoj
manoj 99/07/23 15:20:22 Modified:mpm/src/modules/mpm/dexter dexter.c Log: Add a little naming consistency, and put in an error condition for MaxSpareThreads being too high. Revision ChangesPath 1.5 +10 -5 apache-2.0/mpm/src/modules/mpm/dexter/dexter.c

cvs commit: apache-2.0/mpm/src/modules/mpm/dexter dexter.c mpm_default.h

1999-07-23 Thread manoj
manoj 99/07/23 15:43:48 Modified:mpm/src/modules/mpm/dexter dexter.c mpm_default.h Log: Clean up and properly specify defaults for the new directives. Revision ChangesPath 1.6 +8 -6 apache-2.0/mpm/src/modules/mpm/dexter/dexter.c Index: dexter.c