Elixir Blog Posts

One of the biggest selling points of Elixir is the means it gives you to write fault tolerant applications via its concurrency model. Processes can broadcast their failure to dependant processes which can take appropriate action.

You decide how processes should respond to failure based on your use case. There is no single solution.

In our latest blog post, Elixir consultant Thomas Hutchinson gives you an example in which not handling failure led to, you guessed it, more failure.
Read on

6 Likes