[comp.lang.ada] Reference: Fault-Tolerant multiprocessors in Ada

David_A_Wheeler@cup.portal.com (11/24/87)

A decent article on implementing a Fault-Tolerant multiprocessor system
in Ada is in the IEEE Transactions on Software Engineering May 1987,
"On the Implementation and Use of Ada on Fault-Tolerant Distributed
Systems" by John C. Knight and John I. A. Urquhart (Vol SE-13, #5, p553).

If you're trying to implement a fault-tolerant system in Ada I recommend
you take a a look... it has a few "here's what you need to do"
sentences in its summary.

--- David