Elixir, Poolby, and Little's Law
Most programming languages use thread pools to improve performance; in Elixir, we use them to constrain our applications. In this article, we explore both why and how to do that with the excellent Poolboy library.
Elixir, Poolboy, and Little’s Law
https://samuelmullen.com/articles/elixir-poolboy-and-littles-law/
Read next Rambo 0.3.0 released