@hackage connection-pool0.2.2

Connection pool built on top of resource-pool and streaming-commons.

Connection poll is a family of specialised resource pools. Currently package provides two variants:

  1. pool for TCP client connections,

  2. and pool for UNIX Sockets client connections.

In addition it can be used to build your own connection pool using provided primitives.

This package is built on top of resource-pool and streaming-commons. The later allows us to use conduit-extra package for implementation of TCP or UNIX Sockets clients.

For examples and other details see documentation in Data.ConnectionPool module.