Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
thanks bunches. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/07, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > Many thanks Joshua. > > APACHE_MPM_DIR="server/mpm/prefork" > > > > One more question if you don't mind: is there a > > default value for backlog if it is not set? I want > to

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Many thanks Joshua. > APACHE_MPM_DIR="server/mpm/prefork" > > One more question if you don't mind: is there a > default value for backlog if it is not set? I want to > start with a value for tuning purposes and then > increase this value. Thi

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
Many thanks Joshua. APACHE_MPM_DIR="server/mpm/prefork" One more question if you don't mind: is there a default value for backlog if it is not set? I want to start with a value for tuning purposes and then increase this value. thanks again, --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > Thanks again Joshua. > Actually in httpd.conf, I have many occurences of > MaxClients: > > > # prefork MPM > ... > MaxClients 150 > ... > # worker MPM > ... > MaxClients 150 > ... > > # BeOS MPM > ... > MaxClients

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
Thanks again Joshua. Actually in httpd.conf, I have many occurences of MaxClients: # prefork MPM ... MaxClients 150 ... # worker MPM ... MaxClients 150 ... # BeOS MPM ... MaxClients 50 ... all of these should be replaced and add backlog? thanks --- Joshua Slive

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > thanks Joshua. > > can you please also tell us how to set these > parameters in httpd.conf? That question is a little vague. I have no idea where you are starting at. Do you need instructions on how to use your editor? Do you not understand t

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
thanks Joshua. can you please also tell us how to set these parameters in httpd.conf? thanks. --- Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/22/07, Melanie Pfefer > <[EMAIL PROTECTED]> wrote: > > hi > > I am using svn with apache2 and I noticed that the > > number of httpd processes can go u

Re: [EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Joshua Slive
On 8/22/07, Melanie Pfefer <[EMAIL PROTECTED]> wrote: > hi > I am using svn with apache2 and I noticed that the > number of httpd processes can go up to 300 processes > on the server leading to 0% CPU idle. > > my objective is to limit the number of httpd processes > while other requests wait in a

[EMAIL PROTECTED] limit the number of httpd processes on apache server

2007-08-22 Thread Melanie Pfefer
hi I am using svn with apache2 and I noticed that the number of httpd processes can go up to 300 processes on the server leading to 0% CPU idle. my objective is to limit the number of httpd processes while other requests wait in a queue without being dropped. is this feasible? what are the parame