Failure-oblivious computing
Appearance
Failure-oblivious computing is a technique that enables computer programs to continue executing despite memory errors. The technique handles attempts to read invalid memory by returning a manufactured value to the program, and it ignores invalid writes. This is a great contrast to typical memory checkers, which inform the program of the error or abort the program. In failure-oblivious computing, no attempt is made to inform the program that an error occurred.
Failure-oblivious computing was developed by Martin Rinard and other researchers at the MIT Computer Science and Artificial Intelligence Laboratory. They introduced the concept at the 6th Symposium on Operating Systems Design and Implementation in 2004.
External links
This redirect has not been added to any content categories. Please help out by adding categories to it so that it can be listed with similar redirects, in addition to a stub category. (August 2010) |