On Sun, 21 Oct 2001, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > > > dougm 01/10/20 11:01:32 > > > > Modified: perl-framework/Apache-Test/lib/Apache TestServer.pm > > Log: > > make sure only 1 process is started for win32; else Kill will only > > shutdown the parent > > > doesn't it contradict with being able to override maxclients? So if a > certain test relies on the fact that it needs 2 servers at the same > time, this will hang.
no. win32 and all mpms aside from prefork can handle concurrent requests > 1 with -DONE_PROCESS
