On Wed, 13 Mar 2002, Stas Bekman wrote: > Doug, is there any special reason why we have only one server running > for mod_perl tests?
same reason as 1.x, to run all tests in the same process == better chance of hitting bugs. 1.x also did it to test interpreter state, but we have the same_interp routines for that now. personally, i would prefer to keep that as the default, have the scoreboard tests check maxclients to see if that test can run. you can run 't/TEST -maxclients 2' to raise it. we can think about changing the default to 2 later, but in any case would want 't/TEST -maxclients 1' to work, so scoreboard tests should have the logic either way. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
