package resource-pooling

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.1.tar.gz
md5=f57cb8e3faad99588a9b7474c09393ec
sha512=8956f86e0a54a16ddc9c08dae7129361278c0fe36d6f7182891184912d633f5125bcff5724b77ffcbd4c2de30dbe58296f38425705358e2af55602559c2b3a0b

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.