package resource-pooling

  1. Overview
  2. Docs
library for pooling resources like connections, threads, or similar

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=54b2a358d85e7cf528194a886509baa5

Description

This package is derived from the module Lwt_pool from the lwt package, which implements resource pooling. With Resource_pool this package provides a modified version with additional features. Also there is a module called Server_pool that manages resource clusters, specifically a cluster of servers each with its own connection pool.

Published: 06 Aug 2018

Dependencies (7)

  1. ocamlfind build
  2. ocamlbuild build
  3. oasis-mirage build & >= "0.4.7"
  4. oasis build & >= "0.4.7"
  5. lwt >= "2.4.7" & < "4.0.0"
  6. batteries
  7. ocaml >= "4.02"

Dev Dependencies

None

Used by

None

Conflicts

None