Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Robert Twitty
It may and it may not. I now remember what causes this problem. When a TCP connection is closed by the client application, the connection is not completely terminated by the system. The connection is placed into the TIME_WAIT state in case a packet needs to be resent because of a transport error.

Re: SV: SV: [PHP-WIN] mssql tcp

2005-11-16 Thread Frank M. Kromann
Hi Jocke, Well asuming that your problems are associated with msdblib. I'm using msdblib too without any tcp problems so it could also be something else on your system. This is a simple fix and it will work without changing code or switching away from ISAPI. You might want to read this article htt