Process pools with Elixir's Registry

When you have a limited number of resources that you have to share for your all application, like database connections or worker processes, what you need is a pool. In this post, we���re going to take a look at one possible pooling strategy that highly leverages Elixir���s built-in Registry resulting in fast, reliable, and cleanly designed pools.

 •  0 comments  •  flag
Share on Twitter
Published on April 24, 2020 17:00
No comments have been added yet.