From: Jeff Trawick Date: Mon, 18 Jun 2001 12:52:21 +0000 (+0000) Subject: prefork has had SINGLE_LISTEN_UNSERIALIZED_ACCEPT working for a long time. X-Git-Tag: 2.0.19~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2769d22a2f283f485d5b2666bbc2f55d8cf1962;p=apache prefork has had SINGLE_LISTEN_UNSERIALIZED_ACCEPT working for a long time. 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 --- diff --git a/STATUS b/STATUS index 83377e91e1..a56607afb7 100644 --- 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.