Re: mod_perl interpreter pool

2019-02-24 Thread Gazzali Jaleel
On 2/24/2019 1:32 PM, André Warnier (tomcat) wrote: On 24.02.2019 01:50, Gazzali Jaleel wrote: On 2/22/2019 2:15 PM, John Dunlap wrote: The Prefork MPM has the following settings: StartServers 5 MinSpareServers   5 MaxSpareServers 

Re: mod_perl interpreter pool

2019-02-24 Thread tomcat
On 24.02.2019 01:50, Gazzali Jaleel wrote: On 2/22/2019 2:15 PM, John Dunlap wrote: The Prefork MPM has the following settings: StartServers 5 MinSpareServers 5 MaxSpareServers 10 MaxRequestWorkers 150

Re: mod_perl interpreter pool

2019-02-23 Thread Gazzali Jaleel
On 2/22/2019 2:15 PM, John Dunlap wrote: The Prefork MPM has the following settings:     StartServers 5     MinSpareServers   5     MaxSpareServers  10     MaxRequestWorkers 150     MaxConnectionsPerChild   0 I see these Ap