|
|
|
|
|
by dbaupp
4433 days ago
|
|
It prevents the OS killing a misbehaving application (which is what is meant by "crash" in that context). This allows, for example, a multithreaded server application to continue even if one worker task indexes an array incorrectly. |
|