cvs commit: apache/src http_main.c CHANGES

1997-08-02 Thread Dean Gaudet
dgaudet 97/08/01 23:49:36 Modified:src http_main.c CHANGES Log: - exponential spawning and SIGUSR1 were interacting a bit badly with each other (while 1; kill -USR1 would quickly fill the scoreboard) - reduce the need to call signal() for SIGUSR1, SIGPIPE, and SIGALRM -

cvs commit: apache/src http_main.c CHANGES

1997-01-10 Thread Chuck Murcko
chuck 97/01/10 10:47:40 Modified:src http_main.c CHANGES Log: Reviewed by: Chuck Murcko, Rob Hartill, Brian Behlendorf Remove duplicate pcalloc() call from new_connection(). Revision ChangesPath 1.105 +1 -2 apache/src/http_main.c Index:

cvs commit: apache/src http_main.c CHANGES

1997-01-09 Thread Chuck Murcko
chuck 97/01/09 19:39:20 Modified:src http_main.c CHANGES Log: Reviewed by: Jim Jagielski, Brian Behlendorf, Chuck Murcko Submitted by: Ed Korthof [EMAIL PROTECTED] There is one incorrect comparison (which still doesn't allow for more children than HARD_SERVER_LIMIT,