LCA: Andrew Tanenbaum on creating reliable systems
Posted Jan 18, 2007 18:23 UTC (Thu) by
emkey (guest, #144)
In reply to:
LCA: Andrew Tanenbaum on creating reliable systems by oak
Parent article:
LCA: Andrew Tanenbaum on creating reliable systems
Making a system fault tolerant would in theory mask all bugs. Fixing a bug fixes ONE bug. Thus fault tolerance is a much better short to mid term investment. Also, debugging problems is potentially much easier in the fault tolerant model. For example, many bugs can cause a system to become unresponsive. It is thus nearly impossible to gather data that might help in identifying and solving the problem. With a fault tolerant system you could optionally enter some sort of debugging environment when a particular component failed. This could greatly reduce the amount of time needed to fix problems.
(
Log in to post comments)