Resource Pool manages reusable resources among multiple processes.
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. Achieving result is better performance and throughput. The resource pool was inspired by Java Apache's commons pool and adopts API and main principals from this project.
As examples and best practices for using Erlang Common Test are rare, this project aims to make a collection of how-to's and example code showing best practices for solving common tasks involving Erlang Common Test.