in reply to Re^2: mod_perl children process
in thread mod_perl children process

From Re: mpm-worker + mod_perl2 settings meaning

If all running interpreters are in use, mod_perl will clone new interpreters to handle the request, up until this number of interpreters is reached. when PerlInterpMax is reached, mod_perl will block (via COND_WAIT()) until one becomes available (signaled via COND_SIGNAL()). Default value: 5