Fault-tolerance: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 December 2023

  • curprev 14:3714:37, 3 December 2023Elixirfan talk contribs 2,738 bytes +2,738 Created page with "== Fault-tolerance == Fault-tolerance is a key feature of the Elixir programming language. Elixir provides built-in mechanisms and abstractions that allow developers to write reliable and fault-tolerant systems. This capability comes from the concurrency model, error handling system, and supervisor hierarchy provided by the language. === Concurrency Model === Elixir is built on top of the Erlang Virtual Machine (BEAM), which was specifically designed for building faul..."