i have a server which receives datas from a large number of clients (200). it is just a receiver of datas from clients, if the client is disconnected how can the server come to know that the client is not present.
+1
A:
Try the answers from this question
http://stackoverflow.com/questions/515458/how-can-i-check-whether-a-tcp-socket-is-disconnected-in-c
Constantin
2010-08-10 06:53:56
A:
Here's great load of stuff related to sockets. If you can't find your answer here you're probably doing something wrong :) http://www.developerweb.net/forum/showthread.php?t=3021
here's your specific: http://www.developerweb.net/forum/showthread.php?t=2935
hoodoos
2010-08-11 12:31:35