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
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
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/
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
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
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
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
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
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