]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
No, PalmOS doesn't have threads or any process support other
authorManoj Kasichainula <manoj@apache.org>
Tue, 2 Nov 1999 23:18:28 +0000 (23:18 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 2 Nov 1999 23:18:28 +0000 (23:18 +0000)
than a task swapper, but it has a TCP stack with non-blocking
I/O and an event subsystem that will report on socket status
changes. A PalmOS MPM shouldn't be too much trouble at all.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84094 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 80a27ce867ca08daea367ef07cf14d60a3562ffd..4ab0974e03135efb1c8b080c91a8d35960277ab4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 1999/11/01 04:30:52 $]
+Last modified at [$Date: 1999/11/02 23:18:28 $]
 
 Release:
 
@@ -12,7 +12,14 @@ Plan:
 
 RELEASE SHOWSTOPPERS:
 
+    * CGI programs will stop working after a little while
+        Status: Manoj is working on this
+
     * suEXEC doesn't work
+        Status: Manoj has finished an implementation, but it needs
+        polishing. Specifically, it puts a bunch of Unix stuff into
+        portable code.  Current patch will be sent to new-httpd upon
+        request.
 
     * Windows NT port isn't done
         Status: Bill is working on this through his MPM work, and Ryan
@@ -41,6 +48,8 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 Other bugs that need fixing:
 
     * MaxRequestsPerChild measures connections, not requests.
+        Until someone has a better way, we'll probably just rename it
+        "MaxConnectionsPerChild".
     
     * Regex containers don't work in an intutive way
         Status: No one has come up with an efficient way to fix this
@@ -49,7 +58,7 @@ Other bugs that need fixing:
 
     * Areas where APRFile is being used need to be cleaned-up
 
-    * SIGSEGV on Linux seems to only kill a thread not a whole process;
+    * SIGSEGV on Linux seems to only kill a thread, not a whole process;
       we need to work around this, probably by bouncing the signal to
       the sigwait thread. But this will hurt debugability.