From: Brian Pane Date: Sun, 27 Jan 2002 08:11:09 +0000 (+0000) Subject: Added a note about potential performance improvements for the X-Git-Tag: 2.0.31~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a77c2e943a44547ef37b56bf732098a0608f91cc;p=apache Added a note about potential performance improvements for the worker MPM git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93048 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 055df49bc1..37dfadf122 100644 --- 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