APACHE 2.0 STATUS: -*-text-*-
-Last modified at [$Date: 2002/04/28 01:56:20 $]
+Last modified at [$Date: 2002/04/29 06:59:20 $]
Release:
* Make the worker MPM the default MPM for threaded Unix boxes.
+1: Justin, Ian, Cliff, BillS
- -0: Lars,
- BrianP (according to the system call profiles, worker's main
- bottleneck--and the reason why it underperforms compared to
- prefork--is in mutex ops, and there's no easy way to fix
- that without turning it into something that isn't really worker
- any more...I think we need to either switch to leader/follower
- (and do enough testing and debugging to make the L/F code
- production-quality) or come up with another design that has
- less mutex contention than worker)
+ +0: BrianP (mutex contention is looking better with the
+ latest code, let's continue tuning and testing)
+ -0: Lars
-1: Aaron (premature decision, needs more discussion and bug fixes)
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: