resource-pool-catchio: Fork of resource-pool, with a MonadCatchIO constraint

[ bsd3, data, database, library, network ] [ Propose Tags ]

This is a fork of Bryan OSullivans resource-pool package. The only difference is that it relies on MonadCatchIO, rather than MonadControlIO. If you do not strictly need the MonadCatchIO support, please use Bryan's original package instead. A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
developer

operate in developer mode

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.2, 0.2.0.3, 0.2.1.0
Dependencies base (>=4 && <5), hashable, MonadCatchIO-transformers (>=0.2), stm, time, transformers, transformers-base (>=0.4), vector (>=0.7) [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@serpentine.com>
Maintainer Jurriën Stutterheim <j.stutterheim@me.com>
Category Data, Database, Network
Home page http://github.com/norm2782/pool
Source repo head: git clone http://github.com/norm2782/pool
Uploaded by JurrienStutterheim at 2012-03-08T22:17:52Z
Distributions
Reverse Dependencies 7 direct, 3 indirect [details]
Downloads 4812 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for resource-pool-catchio-0.2.1.0

[back to package description]

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.