How client can be know that server has dwon
658018Jul 21 2009 — edited Jul 21 2009Hi
I have server and client programming using java socket .(In fact, I will keep the one opened socket which is not closing between server and client. When the client programming is running it will create the new connection with server and that connection will keep in session till down one of server )
It is working properly.
Now I need,
When the server is down, how the client program can know of it?
Regards