|
|
|
|
|
by jonp888
1011 days ago
|
|
> How can a primary AND it's backup system fail safely??? Who specified this? All safety critical systems are specified to halt instead of performing undefined behavior, if they encounter something that cannot be processed. An unsafe failure would be entering undefined behaviour.
What would you have specified differently, that would be safer? A backup is primarily there in case of hardware failures or for maintenance. If it behaves differently to the primary then something is wrong.
Can you explain how and why you would expect a backup system running identical software to behave differently? |
|