Prasadz

Prasadz

  • NA
  • 127
  • 0

Health Check between TCP Servers using C#?

May 24 2013 1:02 AM
I have two TCP Servers. One is Active Server and another one is Slave Server.

If Active Server down, how to run Slave Server Automatically and clients has to connect to Slave server?

Then after some time If Active Server up, then automatically slave server has to stop receiving data from clients. Clients has to connect to Master Server.