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:
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