stoddard 99/12/13 07:46:45
Modified: . STATUS
Log:
Update STATUS
Revision Changes Path
1.22 +4 -3 apache-2.0/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-2.0/STATUS,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- STATUS 1999/12/02 06:33:05 1.21
+++ STATUS 1999/12/13 15:46:45 1.22
@@ -1,5 +1,5 @@
Apache 2.0 STATUS:
-Last modified at [$Date: 1999/12/02 06:33:05 $]
+Last modified at [$Date: 1999/12/13 15:46:45 $]
Release:
@@ -37,10 +37,11 @@
Remaining work:
1. Add back ability to run Apache as a service
2. Fix Win9* specific code in the winnt MPM
- 3. Get the MPM working in multi process mode (one parent & one child)
- 4. Test access logging with multiple threads. Will the native file
I/O
+ 3. Test access logging with multiple threads. Will the native file
I/O
calls serialize automagically like the CRT calls or do we need to
add region locking each time we write to the access/error logs?
+ 4. Fix the DOS hole in AcceptEx (need to time out connections over
+ which data is never sent).
* Current 2.0 code is not tested on many Unix platforms. Make 2.0
work on most, if not all the systems 1.3 did