Talk 30:00

How does fault tolerance work in Erlang

An introduction to Erlang's fault-tolerance mechanisms: process isolation, the actor-message model, how the BEAM controls process execution, and how scheduling works. The talk explains why isolation is important for dependable systems, walks through Erlang's philosophy on error management, and shows the practical use of supervisors as a strategy for implementing fault-tolerant systems.