cvs commit: apache-apr/pthreads/src/main http_main.c

1999-02-15 Thread rbb
rbb 99/02/14 19:12:02 Modified:pthreads/src/main http_main.c Log: This change should solve the problem of spawning new child server's at the first opportunity. I have tested it as much as I can tonight, but I will try to break it again tomorrow morning when I have more

cvs commit: apache-apr/pthreads/src/support apachectl

1999-02-15 Thread manoj
manoj 99/02/14 23:01:58 Modified:pthreads/src/main http_main.c pthreads/src/support apachectl Log: More minor fixes to go with the SIGWINCH change. Even if we switch to a different signal, making everything consistent will make a switchover easier. Revision

cvs commit: apache-apr/pthreads/src/main http_main.c

1999-02-15 Thread manoj
manoj 99/02/14 23:48:37 Modified:pthreads/src/main http_main.c Log: Fix a buglet. Worker threads didn't note in the scoreboard when they were back in SERVER_READY state. Revision ChangesPath 1.22 +4 -3 apache-apr/pthreads/src/main/http_main.c Index:

cvs commit: apache-site/info supportdb.txt

1999-02-15 Thread coar
coar99/02/15 07:04:12 Modified:info supportdb.txt Log: Another update. Revision ChangesPath 1.13 +1 -0 apache-site/info/supportdb.txt Index: supportdb.txt === RCS file:

cvs commit: apache-1.3 STATUS

1999-02-15 Thread coar
coar99/02/15 07:24:31 Modified:.STATUS Log: Ken Parzygnat says this is no longer a problem.. Revision ChangesPath 1.624 +1 -4 apache-1.3/STATUS Index: STATUS === RCS file:

cvs commit: apache-apr/pthreads/src/main scoreboard.c Makefile.tmpl http_main.c

1999-02-15 Thread rbb
rbb 99/02/15 07:45:18 Modified:pthreads/src/include scoreboard.h pthreads/src/main Makefile.tmpl http_main.c Added: pthreads/src/main scoreboard.c Log: Extracted out scoreboard logic for different OS's. This required changing some static variables to

cvs commit: apache-apr/pthreads/src/main scoreboard.c

1999-02-15 Thread rbb
rbb 99/02/15 08:28:39 Modified:pthreads/src/main scoreboard.c Log: Fixing a typo in my last commit. Forgot to put a variable name in one of the def's for reopen_scoreboard. Revision ChangesPath 1.2 +1 -1 apache-apr/pthreads/src/main/scoreboard.c

cvs commit: apache-apr/pthreads/src/support httpd.exp

1999-02-15 Thread rbb
rbb 99/02/15 09:59:38 Modified:pthreads/src/support httpd.exp Log: Changes to let the Hybrid server compile on AIX Revision ChangesPath 1.3 +2 -0 apache-apr/pthreads/src/support/httpd.exp Index: httpd.exp

cvs commit: apache-apr/pthreads/src/main http_main.c scoreboard.c

1999-02-15 Thread rbb
rbb 99/02/15 10:42:51 Modified:pthreads/src/main http_main.c scoreboard.c Log: A cuple of fixes for those static variables from the last scoreboard patch. This creates functions that return the value of those variables, and sets them back to static. Revision Changes

cvs commit: apache-apr/pthreads/src/main http_main.c scoreboard.c

1999-02-15 Thread rbb
rbb 99/02/15 12:39:02 Modified:pthreads/src/include http_conf_globals.h httpd.h scoreboard.h pthreads/src/main http_main.c scoreboard.c Log: Scoreboard updates. We now store the number of workers and acceptors in the scoreboard file. I

cvs commit: apache-apr/pthreads/src/modules/standard mod_status.c

1999-02-15 Thread rbb
rbb 99/02/15 12:40:30 Modified:pthreads/src/modules/standard mod_status.c Log: Changes to mod_status so that the two new states for threads are recognized and reported properly. Revision ChangesPath 1.5 +12 -0

cvs commit: apache-apr/pthreads/src/main http_main.c

1999-02-15 Thread rbb
rbb 99/02/15 13:04:22 Modified:pthreads/src/main http_main.c Log: This change sets up the acceptor threads to get the thread-id when they become ready. More importantly, the scoreboard is more accurate, because it tells us when the thread is starting, not just ready to