On Tue, 4 Jun 2002, Alessandro Forghieri wrote:
> perl_clone_host(PerlInterpreter* proto_perl, UV flags) {
this will only be called if the number of concurrent requests is >
PerlInterpStart. i can look into the problem later, but in the meantime
would be interesting to see how things handle if PerlInterpStart is set to
the same value as MaxClients. something like:
PerlInterpStart 20
PerlInterpMax 20
PerlInterpMaxSpare 20
MaxClients 20
which should prevent perl_clone from being called at request time, as they
will all happen at startup.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]