rbb 99/02/26 11:59:13
Modified: . STATUS
Log:
Update the STATUS file
Revision Changes Path
1.10 +6 -9 apache-apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-apr/STATUS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- STATUS 1999/02/17 08:13:13 1.9
+++ STATUS 1999/02/26 19:59:13 1.10
@@ -1,5 +1,5 @@
Apache Portable Runtime STATUS:
-Last modified at [$Date: 1999/02/17 08:13:13 $]
+Last modified at [$Date: 1999/02/26 19:59:13 $]
Release:
@@ -27,13 +27,6 @@
Re-write mod_status to use updated scoreboard for hybrid server.
This is pretty close to completion.
- Accept Serialization across Processes
- Currently, we use one mutex total, we need to change this to be
- one mutex per socket. Possibly, we could attach the mutex to the
- listen_rec, and pass it down to the accept loop.
-
- Timeouts. (only soft timeouts)
-
Check misc thread safety. Make sure UNIX code path mirrors NT path where
appropriate
@@ -77,5 +70,9 @@
Put (back) in the logic to manage the number of processes.
Managing threads per process other than with a configuration
constant is in doubt.
-
+ Accept Serialization across Processes
+ We now use one mutex per socket.
+ Timeouts. (only soft timeouts)
+ Keepalive and Initail Conection timeouts are done. Are there others?
+ CGI?