]> granicus.if.org Git - apache/commitdiff
prefork has had SINGLE_LISTEN_UNSERIALIZED_ACCEPT working for a long time.
authorJeff Trawick <trawick@apache.org>
Mon, 18 Jun 2001 12:52:21 +0000 (12:52 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 18 Jun 2001 12:52:21 +0000 (12:52 +0000)
Hint at what should be done in threaded to get it working there.

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

STATUS

diff --git a/STATUS b/STATUS
index 83377e91e1bab26820fec10da10ae7ee5575c1b8..a56607afb78057fdc1d7357c91232c6053c1e220 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2001/06/07 10:46:12 $]
+Last modified at [$Date: 2001/06/18 12:52:21 $]
 
 Release:
 
@@ -277,9 +277,9 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
       remove any old functionality. Keep everything, even if it needs
       #if 0...endif wrapped to not make trouble for you.
 
-    * Performance: Get SINGLE_LISTENER_UNSERIALIZED_ACCEPT
-      optimization working again. Bill would like to see this
-      working for the threaded MPM, then prefork.
+    * Performance: Get the SINGLE_LISTEN_UNSERIALIZED_ACCEPT
+      optimization working in threaded.  prefork's new design for how
+      to notice data on the pod should be sufficient.
 
     * mod_tls is very specific to OpenSSL. Make the API calls
       more generic to support other encryption libraries.