From 61f4134c705a9b689a7a35ccab48c89d21fdd537 Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Fri, 26 Apr 2002 22:45:47 +0000 Subject: [PATCH] Added a vote on MPMs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94821 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/STATUS b/STATUS index 58b5473520..f81b8cb67c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/04/26 17:43:30 $] +Last modified at [$Date: 2002/04/26 22:45:47 $] Release: @@ -83,7 +83,15 @@ CURRENT VOTES: * Make the worker MPM the default MPM for threaded Unix boxes. +1: Justin, Ian, Cliff, BillS - -0: Lars + -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) -1: Aaron (premature decision, needs more discussion and bug fixes) RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: -- 2.40.0