When my Application is up first time, I am storing Socket_id of the 3 Server just connecting it.
My Application is itself a server app which listens , recieved data and send to the server which i am connecting to send the data with the Socket_id i have stored.
Now problem is that before sending how can i know that server is disconnected or not available , i mean how can i monitor.
Its a C++ Application.
Thanking in Advance