http://qs321.pair.com?node_id=293157


in reply to Re: Unix sockets
in thread Unix sockets

At first I jumped to the FastCGI conclusion as well, however, if you note, I believe it is the server process that is dying, not the client FastCGI process. I conclude, therefore, that the FastCGI component is irrelevant.

Replies are listed 'Best First'.
Re: Re: Re: Unix sockets
by Anonymous Monk on Sep 22, 2003 at 20:57 UTC
    That's right, It's the socket server who dies unexpectedly, the FCGI process is still there after all. I tried wrapping the "$sock->accept" loop section with another while() {} but I didn't like the results. Thank You for your help! Hugo