re:Re: OS Error.... again and again..
Mike Baptiste (baptiste@nortel.ca)
23 Sep 1997 12:01 CDT
Message-Id: <199709231703.NAA08196@relay.openmarket.com>
Date: 23 Sep 1997 12:01 CDT
To: brad@clari.net
From: "Mike Baptiste" <baptiste@nortel.ca>
Subject: re:Re: OS Error.... again and again..
You should never send a kill -1 (or 9) to Apache since you often get zombie
processes.
Its recommended you send kill -TERM (to kill it) or -USR1 to do a graceful
restart where each child is kept alive until its current request is
finished.
Mike
In message "Re: OS Error.... again and again..", brad@clari.net writes:
>Sometimes I have seen the problem appear right out of the gate, when just
>starting the fastcgi with a kill -1 to apache.
>
>But once it happens it never goes away until the kill -1, is that consistent
>with the running out of listen queues? SHouldn't some of the pending
>requests eventually go away, opening up queue slots?
>
>It does happen to *all* requests, so it's not something in one particular fork
>of the fastcgi, it's in the apache module or the OS.
>