package resource-pooling

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.tar.gz
md5=9b54086ba38eef98520a5cb39a9732f1
sha512=d33ec5d896e742f688bd766b1e3ad9bda8c859c3c6c4413718cd0f950acd9123e62651581e3c5197b9804276f283634c1301c0d4717480b8587a3baf1ecdeaa8

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.