|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
When a process joins a fault tolerance group, it must specify a fault tolerance callback function as a parameter. The callback function must be defined by the program. When Rendezvous fault tolerance software detects any change that requires action by the program, it queues the callback function. It is not necessary that all members of a group have the same fault tolerance callback function.Among its arguments, the callback function receives a token denoting an action—in this way Rendezvous fault tolerance software instructs the program how to behave in order to assure fault-tolerant operation. The callback function must comply with the action instruction by taking whatever steps are needed.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |