|
|
|
|
|
by rdtsc
4844 days ago
|
|
> irrelevant in Erlang world Exactly. That is a subtle distinction but for cases where responsiveness and low latency is important that is key. Another thing Erlang has is isolation of process heaps. If one process crashes, it won't affect others. No shared data structures between processes. It all goes to fault tolerance but also a major win for a completely concurrent garbage collection. |
|
Unless they're linking or monitoring one another, an other important property of tolerant and distributed system.