]> granicus.if.org Git - apache/commitdiff
Added a note about potential performance improvements for the
authorBrian Pane <brianp@apache.org>
Sun, 27 Jan 2002 08:11:09 +0000 (08:11 +0000)
committerBrian Pane <brianp@apache.org>
Sun, 27 Jan 2002 08:11:09 +0000 (08:11 +0000)
worker MPM

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

STATUS

diff --git a/STATUS b/STATUS
index 055df49bc10035b20d52cd80c2da8e0b53a0db19..37dfadf122c72bca0d198e71194fd497d614a62f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                             -*-text-*-
-Last modified at [$Date: 2002/01/27 05:48:31 $]
+Last modified at [$Date: 2002/01/27 08:11:09 $]
 
 Release:
 
@@ -108,6 +108,13 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+    * Modify the worker MPM so that it doesn't need to create and
+      destroy a pool for each request--possibly by adopting a
+      leader/follower model in which each worker owns a persistent
+      ptrans pool (like the prefork MPM) and the workers take
+      turns acting as listeners...this approach might also help
+      reduce context-switching
+
     * CGI single-byte reads
       BrianP suggests that this is caused by the ap_scan_script_header_err()
       routine, which will do single-byte reads until it finds the end