How to manage service failover?

Posted by Jader Dias on Server Fault See other posts from Server Fault or by Jader Dias
Published on 2010-04-15T17:53:22Z Indexed on 2010/04/15 18:03 UTC
Read the original article Hit count: 423

I am using Windows Network Load Balancing to keep my apps available even when one of the servers is down.

But when all servers are up, but one instance of a service in one of them is down, I would like to not send requests to it, because those requests will be lost.

Is there any solution that addresses this problem?

© Server Fault or respective owner

Related posts about Windows

Related posts about load-balancing