Re: [EMAIL PROTECTED] "Out of memory" logging format

2005-08-27 Thread Mario Passaggio
do you use NFS? Search nfs between the apache bugs This could happen I guess even on local file sistem when the httpd process tries to read a file: it stats the file for its size meanwhile if the sought file has been substituted with a new smaller one it will try to read (and so allocating memory)

[EMAIL PROTECTED] httpd internal behaviour

2005-08-25 Thread Mario Passaggio
hi all On a preforked http server let's say we have 1000 childs running. What does happen if some of the childs get killed for example with a ulimit limitation they were started with? What if I send some of them a TERM or KILL signal? Does the father is being informed and the scoreboard brou