rbb 99/02/09 14:10:30
Modified: . STATUS
Log:
Update to the status file.
Revision Changes Path
1.6 +10 -9 apache-apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apache-apr/STATUS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- STATUS 1999/02/08 06:32:10 1.5
+++ STATUS 1999/02/09 22:10:30 1.6
@@ -1,5 +1,5 @@
Apache Portable Runtime STATUS:
-Last modified at [$Date: 1999/02/08 06:32:10 $]
+Last modified at [$Date: 1999/02/09 22:10:30 $]
Release:
@@ -21,21 +21,21 @@
Available Patches:
In progress:
Signal Handling
- Investigate signal handling in Apache-pthreads. Currently, we kill
- the process when we encounter SIGPIPE, obviously bad.
+ Investigate signal handling in Apache-pthreads. SIGUSR1 is not a
+ usable signal on Linux 2.0, because pthreads uses it to communicate
+ between threads.
Modules
Ensure thread safety. Does not include mod_proxy, yet.
- Scoreboard
- Resign the scoreboard appropriately for a hybrid process web
- server. This includes adding a tid field to the scoreboard.
-
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.
+ Timeouts. (only soft timeouts)
+
+
Everything
Needs patch:
@@ -48,7 +48,6 @@
* Bringing in the libap stuff
* Mod_proxy
- * Timeouts. (only soft timeouts)
* Check misc thread safety. Make sure UNIX code path mirrors NT path where
appropriate
* Optimize Optimize Optimize
@@ -66,4 +65,6 @@
it again.
Bringing this code up-to-date with the changes in the 1.3 branch.
It's now up-to-date as of the morning of Feb 6th, 1999.
-
+ Scoreboard
+ Design the scoreboard appropriately for a hybrid process web
+ server. This includes adding a tid field to the scoreboard.