David Hoag writes: > > Give me a little credit here. I don't kill the process until long > after the client has died. I realize that if I had killed the process > prior to the client dieing I would get the "connection reset" error. > The server process is simply lingering (probably waiting for the below > mentioned timeout) after my client dies.
In that case, you've almost certainly got some kind of a network problem. You need to run netstat on the server to find out for sure what state the connections are in. The client died because the connection was forcibly closed -- under normal circumstances, that would cause the server to die, too. -Larry Jones Well, it's all a question of perspective. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
