top | item 41524224

(no title)

petejodo | 1 year ago

One reason also is I believe it has something to do with fault tolerance even at a hardware level. A process has its data isolated somewhere in memory, if something happens to that memory, the process will crash next time it runs and starts causing supervisors to start attempting to recover the system

discuss

order

hinkley|1 year ago

Forced decoupling between tasks is part of the deal here. Each task can fail separately because it only affects other tasks through messages.