|
|
|
|
|
by Nextgrid
818 days ago
|
|
Running two instances of a stateful application in parallel forces you to consider nasty and hard problems such as CAP theorem, etc. If your requirements allow, it's much easier to have an active-standby architecture over active-active. |
|