Fault Tolerance in Elixir: 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:1714:17, 3 December 2023Elixirfan talk contribs 2,869 bytes +2,869 Created page with "== Fault Tolerance in Elixir == Elixir is a programming language that is known for its powerful fault tolerance capabilities. In a distributed system, where failures are inevitable, fault tolerance becomes crucial. Elixir provides a robust set of abstractions and features to handle failures and ensure system reliability. === Processes === Elixir builds on the concept of lightweight processes, which are independent units of execution. Processes in Elixir are isolated an..."