There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Resource pool project is written in Erlang as a tiny library. The goal of the tool is reduce the overhead of creating new resources by reusing of the same resources among multiple processes. Database connection is most popular example for pooling resource.