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.