poolgirl, a sexy Erlang worker pool factory

poolgirl is a lightweight, generic pooling library for Erlang with a focus on simplicity, performance, and rock-solid disaster recovery. It is poolboy's little sister, directed towards the use case of simple workers that process requests with no need for a reply.

Usage

1> Worker = poolgirl:checkout(PoolName).
<0.9001.0>
2> gen_server:call(Worker, Request).
ok

Generated by EDoc