Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-05-01 Thread Joshua Slive
On 4/29/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi , Thanks for the reply, I forgot to mention I am using MPM model Worker and I guess MinSpareServers/MaxSpareServer is used for prefork.Is there any way I can stop the dynamic creation of new process.Also how can I simulate with lesser number

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-28 Thread Arnab Ganguly
Hi , Thanks for the reply, I forgot to mention I am using MPM model Worker and I guess MinSpareServers/MaxSpareServer is used for prefork.Is there any way I can stop the dynamic creation of new process.Also how can I simulate with lesser number of requests? Regards -A On 4/28/07, Joshua Slive

Re: [EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-28 Thread Joshua Slive
On 4/28/07, Arnab Ganguly <[EMAIL PROTECTED]> wrote: Hi All, I have some queries on the StartServers param.As it says "The StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usua

[EMAIL PROTECTED] Query on StartServers and ListenBackLog

2007-04-27 Thread Arnab Ganguly
Hi All, I have some queries on the StartServers param.As it says "The StartServersdirective sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually little reason to adjust this parameter" from the Ap