Hacker News new | ask | show | jobs
by william42 5215 days ago
An Erlang crash is of an Erlang process, which is a tiny green-thread with shared-nothing. That's very different from a C program segfaulting.
1 comments

Not if your application is a bunch of small C programs that monitor each other a la DJB.