Apache 2.2 -- how to allow more connections

Apache 2.2 -- how to allow more connections

am 29.08.2007 06:25:48 von Ignoramus14352

I have a server algebra.com where I serve a lot of generated
content using mod_perl. My settings are


StartServers 5
MinSpareServers 7
MaxSpareServers 18
MaxClients 40
MaxRequestsPerChild 1000


What happens sometimes is that I have all 25 servers stuck serving
data to slow clients, thus more clients cannot connect.

What I would like is to allow more concurrent connections per server,
although with only ONE page generation going on at any given time --
but the generated content could be served afterwards concurrently.

Is that possible? What settings should I set? I am using linux and
apache 2.2.

thanks

i

Re: Apache 2.2 -- how to allow more connections

am 31.08.2007 19:43:18 von Ignoramus19548

On Tue, 28 Aug 2007 23:25:48 -0500, Ignoramus14352 wrote:
> I have a server algebra.com where I serve a lot of generated
> content using mod_perl. My settings are
>
>
> StartServers 5
> MinSpareServers 7
> MaxSpareServers 18
> MaxClients 40
> MaxRequestsPerChild 1000
>

>
> What happens sometimes is that I have all 25 servers stuck serving
> data to slow clients, thus more clients cannot connect.

Just For Your Information. I found the answer.

The real answer to this question, for busy sites, is called
"perlbal".

i

> What I would like is to allow more concurrent connections per server,
> although with only ONE page generation going on at any given time --
> but the generated content could be served afterwards concurrently.
>
> Is that possible? What settings should I set? I am using linux and
> apache 2.2.
>
> thanks
>
> i
>