Failover terms and mechanisms

 

+

Search Tips   |   Advanced Search

 

An object or an application includes two distinct aspects: functions and data. Therefore, we have process availability and data availability. If a function is not associated with individual data or states, it is easy to achieve high availability by simply restarting this function process when the old process crashes. However, the reality is that functions are associated with individual data or state, some with persisted data in database or files, such as Entity EJBs. We need to make data management systems highly available to all processes and ensure data integrity because the failed process might damage data.

People use the term failover for different failovers and different failover mechanisms. We distinguish the following failover mechanisms:

Next