How are you restarting the socket? From memory you can't just reuse a socket you would need to create a new socket. What does netstat say about the status of your connection before and after?

->    Periodically, send a Ping_DS to the Server
->        If the Ping_DS transmit fails
->            Clean-up and restart the socket connection
->        If a Ping_DS_Ack is not received from the Server
->            Clean-up and restart the socket connection
---THIS DOESN'T WORK----------------------

Graeme.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to