Erlang/elixir processes to the process supervisor when an error happens and the process dies:

95 points · 2 comments · view on lemmy.world

2 Comments

qaz@lemmy.world · 4 pts · 2y (1 reply)

Could you provide some context for the people who don’t use Erlang?

crmsnbleyd@sopuli.xyz · 2 pts · 2y

Erlang VM is supposed to be used for applications that need high reliability (it was developed for the telecom industry). A common idiom in Erlang applications is running many instances of a process and letting it crash when facing an unrecoverable error. After it crashes, it restarts, hence the meme.