Hacker News new | ask | show | jobs
by skybrian 1267 days ago
It's not fully general, but crashing and letting the outer system handle the restart can make sense for servers. The system needs to handle restarts anyway.

It usually works okay unless there's a "query of death" causing repeated restarts.

Similarly for command line apps.