Fault Tolerance
Rendezvous fault tolerance software coordinates a group of redundant processes into a fault-tolerant distributed system. Some processes actively fulfill the tasks of the application, while other processes wait in readiness. When one of the active processes fails, another process rapidly assumes active duty.
See Also
For a complete discussion of concepts and operating principles, see Fault Tolerance Concepts in
.For suggestions to help you design programs using fault tolerance features, see Fault Tolerance Programming in
.For step-by-step hints for implementing fault-tolerant systems, see Developing Fault-Tolerant Programs in
.Fault tolerance software uses advisory messages to inform programs of status changes. For details, see Fault Tolerance (RVFT) Advisory Messages in
.If your application distributes fault-tolerant processes across network boundaries, you must configure the Rendezvous routing daemons to exchange _RVFT
administrative messages. For details, see Fault Tolerance in , and discuss with your network administrator.