How to make active services highly available?
- by Jader Dias
I know that with Network Load Balancing and Failover Clusteringwe can make passive services highly available. But what about active apps?
Example: One of my apps retrieves some content from a external resource in a fixed interval. I have imagined the following scenarios:
Run it in a single machine. Problem: if this instance falls, the content…