top | item 3655259

(no title)

william42 | 14 years 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.

discuss

order

bonzoesc|14 years ago

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