How Active-Active cluster is different from Active-Passive?
The goal of clustering is ensuring one server is up and working when other server goes down
so that whatever the jobs or services running on one server will be failover to other server which is up,
so why do we need Active-Active cluster, i mean in what scenarios we could use
Active-Active and when is it better to use Active-Passive,
How the things work at the back end when we configure
these two types of clusters.
↧