6 ms·
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.
by william42 15y 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.
- bonzoesc 15y agoNot if your application is a bunch of small C programs that monitor each other a la DJB.