Return-Path: Delivered-To: apmail-httpd-test-dev-archive@httpd.apache.org Received: (qmail 56877 invoked by uid 500); 3 Jun 2002 18:39:40 -0000 Mailing-List: contact test-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: test-dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list test-dev@httpd.apache.org Received: (qmail 56866 invoked from network); 3 Jun 2002 18:39:40 -0000 X-Authentication-Warning: mako.covalent.net: dougm owned process doing -bs Date: Mon, 3 Jun 2002 11:33:02 -0700 (PDT) From: Doug MacEachern To: Subject: Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm In-Reply-To: <20020603113651.T19485@apache.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N On Mon, 3 Jun 2002, Justin Erenkrantz wrote: > Um, as I pointed out, none of the other MPMs are configured like > this. Only prefork would start multiple servers. The others > always run under a single process. -- justin yeah, cos threaded mpms can handle concurrent requests with one process, prefork cannot.