resource-pool: A high-performance striped resource pooling implementation

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

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.2, 0.1.1.0, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.2.3.2, 0.3.0.0, 0.3.1.0, 0.4.0.0
Dependencies base (>=4 && <5), hashable, monad-control (>=0.2.0.1 && <0.3), stm, time, transformers, vector (>=0.7) [details]
License BSD-3-Clause
Copyright Copyright 2011 MailRank, Inc.
Author Bryan O'Sullivan <bos@mailrank.com>
Maintainer Bryan O'Sullivan <bos@mailrank.com>
Revised Revision 1 made by HerbertValerioRiedel at 2016-02-07T08:22:58Z
Category Data, Database, Network
Home page http://github.com/mailrank/pool
Source repo head: git clone http://github.com/mailrank/pool
head: hg clone http://bitbucket.org/bos/pool
Uploaded by BryanOSullivan at 2011-07-15T19:02:11Z
Distributions Arch:0.2.3.2, Debian:0.2.3.2, Fedora:0.4.0.0, FreeBSD:0.2.3.2, LTSHaskell:0.4.0.0, NixOS:0.4.0.0, Stackage:0.4.0.0, openSUSE:0.4.0.0
Reverse Dependencies 113 direct, 378 indirect [details]
Downloads 90917 total (190 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for resource-pool-0.2.0.1

[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/mailrank/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@mailrank.com.