Chris Johnson, Index
Software Design Techniques: Fault Tolerance
- Exception handling mechanisms.
- Use run-time system to detect faults:
- raise an exception;
- pass control to appropriate handler;
- could be on another processor.
- Propagate to outmost scope then fail.
- Ada...