Quote from segv:
That is not quite accurate, Nitro. Intel supports a feature on some server boards that they tout as processor redundancy. With this feature the second CPU is in standby, and at the time of failure the last valid state from the primary processor is copied to the standby. This is a different mode of operation than the typical MP scenario, which has both processors running simultaneously. Intel's redundancy feature can work as advertised in some cases. Handling a CPU failure gracefully with MP is a very delicate piece of software engineering, and it is something your desktop OS is not likely to do. Any failure that results in corruption is not likely to be handled gracefully in either scenario. I can say from experience that corruption is in the majority of such scenarios.
-segv