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

Why Apache start compile new process if few of them already exists?
I have heavy scripts where perl load many libraries and I see Apache re-load and recompile whole code every few requests.

Replies are listed 'Best First'.
Re^3: mod_perl children process
by huck (Prior) on Oct 11, 2017 at 02:15 UTC

    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