Fault-tolerance in Elixir with OTP: 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:2614:26, 3 December 2023Elixirfan talk contribs 3,592 bytes +3,592 Created page with "== Fault-tolerance in Elixir with OTP == thumb|right|Elixir programming language logo '''Fault-tolerance''' is a critical aspect of building reliable and robust systems. In Elixir, we are fortunate to have the '''OTP (Open Telecom Platform)''' framework to provide powerful tools and abstractions for managing fault-tolerance. == Supervisors == Supervisors, a key component of OTP, are responsible for restarting and managing the lifecycle of proce..."