[EMAIL PROTECTED] Restricting number of child processes in Worker MPM

2006-09-08 Thread apacheuser123
Hi, I have configured apache to run using the worker MPM. I am trying to restrict the number of child processes it spawns to one. Here is the relevant section from httpd.conf IfModule mpm_worker_module StartServers 1 MaxClients 150 ThreadsPerChild 150 MinSpareThreads 1 MaxSpareThreads

Re: [EMAIL PROTECTED] Restricting number of child processes in Worker MPM

2006-09-08 Thread Joshua Slive
On 9/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have configured apache to run using the worker MPM. I am trying to restrict the number of child processes it spawns to one. Here is the relevant section from httpd.conf IfModule mpm_worker_module StartServers 1 MaxClients 150

Re: [EMAIL PROTECTED] Restricting number of child processes in Worker MPM

2006-09-08 Thread apacheuser123
? Thanks again.. -Original Message- From: [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Fri, 8 Sep 2006 1:58 PM Subject: Re: [EMAIL PROTECTED] Restricting number of child processes in Worker MPM On 9/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I have

Re: [EMAIL PROTECTED] Restricting number of child processes in Worker MPM

2006-09-08 Thread Joshua Slive
On 9/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Thanks Joshua. I am trying to make sure there is exactly one memory cache per box. Guess your explanation means that I am achieving that with the config I posted ? Yes. Also, would setting the ThreadsPerChild to 150 cause performance