High availability for Windows Service under Windows Server 2003
- by empi
Hi.
I have a following situation:
I need to deploy a windows service that listens for incoming request on tcp port (basically WCF service). I have a High Availability requirement - the service must be deployed on two servers and if the service stops (only the service, not the whole server) on one server, all the requests must be redirected to the…