connection-pool: Connection pool built on top of resource-pool and streaming-commons.
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Connection poll is a family of specialised resource pools. Currently package provides two variants:
pool for TCP client connections,
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.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.1.0, 0.1.2.0, 0.1.2.1, 0.1.3, 0.2, 0.2.1, 0.2.2, 0.2.2 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.6 && <5), between (>=0.10.0.0), data-default-class (>=0.0 && <0.2), monad-control (>=0.3), network (>=2.2.3), resource-pool (>=0.2.0.0 && <1), streaming-commons (>=0.1.3 && <0.3), time (>=1.0), transformers-base (>=0.4.2 && <0.5) [details] |
License | BSD-3-Clause |
Copyright | (c) 2014-2016 Peter Trško |
Author | Peter Trško |
Maintainer | peter.trsko@gmail.com |
Category | Data, Network |
Home page | https://github.com/trskop/connection-pool |
Bug tracker | https://github.com/trskop/connection-pool/issues |
Source repo | head: git clone git://github.com/trskop/connection-pool.git |
Uploaded | by PeterTrsko at 2018-03-03T00:26:34Z |
Modules
[Index]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
pedantic | Pass additional warning flags to GHC during compilation. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- connection-pool-0.2.2.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees