manoj 99/02/06 00:01:17
Modified: . STATUS Log: No Scooby-Doo on TV tonight. Revision Changes Path 1.4 +10 -5 apache-apr/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/apache-apr/STATUS,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- STATUS 1999/02/05 14:58:46 1.3 +++ STATUS 1999/02/06 08:01:16 1.4 @@ -1,5 +1,5 @@ Apache Portable Runtime STATUS: -Last modified at [$Date: 1999/02/05 14:58:46 $] +Last modified at [$Date: 1999/02/06 08:01:16 $] Release: @@ -25,13 +25,16 @@ the process when we encounter SIGPIPE, obviously bad. Modules - Ensure thread safety. Does not include mod_proxy. + Ensure thread safety. Does not include mod_proxy, yet. Scoreboard - Update the scoreboard for each thread, not per process. + Resign the scoreboard appropriately for a hybrid process web + server. This includes adding a tid field to the scoreboard. - Hybrid server - Use the updated server to determine when to launch new processes. + Process/thread management + Put (back) in the logic to manage the number of processes. + Managing threads per process other than with a configuration + constant is in doubt. Everything @@ -43,6 +46,8 @@ * What the status codes should look like * Various modules aren't pthreads-ready (mod_cgi) * Bringing in the libap stuff + * Bringing this code up-to-date with the changes in the 1.3 branch. + The trees appear to have diverged in November(?!) * Mod_proxy * Timeouts. (only soft timeouts)