This is a discussion on Apache 2.2 -- how to allow more connections within the Apache Web Server forums, part of the Web Server and Related Forums category; I have a server algebra.com where I serve a lot of generated content using mod_perl. My settings are <...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I have a server algebra.com where I serve a lot of generated
content using mod_perl. My settings are <IfModule prefork.c> StartServers 5 MinSpareServers 7 MaxSpareServers 18 MaxClients 40 MaxRequestsPerChild 1000 </IfModule> 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 |
|
|||
|
On Tue, 28 Aug 2007 23:25:48 -0500, Ignoramus14352 <ignoramus14352@NOSPAM.14352.invalid> wrote:
> I have a server algebra.com where I serve a lot of generated > content using mod_perl. My settings are > ><IfModule prefork.c> > StartServers 5 > MinSpareServers 7 > MaxSpareServers 18 > MaxClients 40 > MaxRequestsPerChild 1000 ></IfModule> > > 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 > |
| Thread Tools | |
| Display Modes | |
|
|