[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] crash



On Mon, Jan 15, 2001 at 09:41:02AM +0100, Massimiliano Santarelli wrote:
 
> p.s. i only changed the "maxrequestperchild" setting on apache. now it handles
> 3000. 

Hi Massimiliano!
This sounds useless ....
The MaxRequestPerChild directive tells Apache the number of requests
each child processes before exiting. Setting it to 3000 is too high,
considering that every child has to handle a too high number of requests
and this may lead, of course, to a crash.
Leave it as it was, it is not a problem for Apache!

<italian!>
Ciao Massimiliano!
La modifica da te fatta non mi sembra affatto utile: tale direttiva
specifica infatti il numero massimo di richieste che ogni processo child
di Apache deve processare: alzare troppo questo numero porta
inevitabilmente ad un carico troppo elevato del webserver e, quindi, del
sistema, causando inevitabili crash soprattutto quando il webserver
riceve molte richieste dall'esterno.
Visto poi che apache riesce a creare processi child senza alcun
problema, è utile lasciare la direttiva come impostata di default.
</italian>

Hope this helps!

Edoardo Valsesia