@hackage resource-pool0.2.3.2
A high-performance striped resource pooling implementation
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>, Bas van Dijk <v.dijk.bas@gmail.com>
Links
Versions
Installation
Dependencies (8)
- base >=4.4 && <5
- hashable
- monad-control >=0.2.0.1
- stm >=2.3
- time
- transformers Show all…
Dependents (147)
@hackage/simple-postgresql-orm, @hackage/rfc, @hackage/trek-db, @hackage/orville-postgresql, @hackage/groundhog-mysql, @hackage/tedious-web, Show all…
Package Flags
developer
(off by default)
operate in developer mode
Welcome to pool
pool is a fast Haskell library for managing medium-lifetime pooled resources, such as database connections.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/bos/pool.git
There's also a Mercurial mirror:
hg clone http://bitbucket.org/bos/pool
(You can create and contribute changes using either git or Mercurial.)
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.