Socket Conection
Date: 21 Jun 2004 17:41:14 -0700
Hi
I am looking for a method to monitor the creation of a client socket
connection. Meaning, a timeout mechanism which will terminate the
socket command if the connection has not been established within a set
up time.
Thanks
afri
Relevant Pages
- Re: socket connected??
... > socket in just one direction (i.e. i only use a server input stream from ... > from the view of the server that the client socket isn't running anymore ... There is no way to know the connection is broken until you try to ... A silent listener may never discover a broken connection though. ... (comp.lang.java.programmer) - Re: Joes AsyncSocket Example
... I have placed all client socket code into am MFC Extension DLL. ... reconnection until connection succeeds, at which point I kill the timer. ... CString fmt; ... I have a need to connect a single application to 2 servers. ... (microsoft.public.vc.mfc) - Re: Hang on socket close after connection reset or connection timed out
... i have a rather nasty problem here and the situation is pretty critical ... spawns another thread with the created client socket. ... The connection ... (comp.lang.java.programmer) - Hang on socket close after connection reset or connection timed out
... i have a rather nasty problem here and the situation is pretty critical so please help wit anything that comes to your mind. ... There is a thread with a server socket which accepts a connection and spawns another thread with the created client socket. ... the client socket should then be closed by the thread but hangs in the close method forever. ... (comp.lang.java.programmer) - Re: Error message, "Terminal Services Client Disconnected"
... >unfortunately the registry file that it talked about ... >stabilize the connection by sending 'heartbeat' packets to ... >killing off sockets that it assumes to be idle. ... and thus will terminate the socket. ... (microsoft.public.win2000.termserv.apps) |
|