XUtils

poolex

Pure elixir pool manager.


Features

With poolex you can:

  • Launch multiple pools of workers and then access the free ones from anywhere in the application.
  • Configure the pool to run additional temporary workers if the load increases.
  • Use your implementations to define worker and caller processes access logic.
Why `poolex` instead of `poolboy`? - `poolex` is written in Elixir. This library is much more convenient to use in Elixir projects. - `poolboy` is a great library, but not actively maintained :crying_cat_face:![Last poolboy commit](https://img.shields.io/github/last-commit/devinus/poolboy?style=flat)

Requirements

Requirement Version
Erlang/OTP >= 22
Elixir >= 1.7

Guides


Articles

  • coming soon...