PhixFlow con be configured as a multiple-instance cluster in which at any one time, one instance is the main, active instance and the other instance(s) serve as hot standbys – if the main instance fails, one of the standby instances will automatically take over as the active instance.
The different instances must run on separate Java virtual machines, and will generally run on separate physical servers.
...