package resource-pooling

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.2.tar.gz
sha256=c9929ee7c8294f271c9e04a9892173cb1adc32fe78fab2f4d25e3e464268001b
md5=d234136f41f60a9670195148c1bcf73d

doc/index.html

resource-pooling

API

Library resource-pooling

  • Resource_pool External resource pools.
  • Server_pool This module is built around Resource_pool. While a pool of type Resource_pool.t manages a number of resources, here we manage a cluster of such pools. A typical use case would be a cluster of servers, where for each server we maintain a number of connections. A user of this module can call use to access one of the connections, which are served in a round-robin fashion.
OCaml

Innovation. Community. Security.