Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: mod_perl children process

by LorCo (Initiate)
on Oct 11, 2017 at 00:04 UTC ( [id://1201128]=note: print w/replies, xml ) Need Help??


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1201128]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (7)
As of 2024-03-28 19:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found