package resource-pooling

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

Install

Dune Dependency

Authors

Maintainers

Sources

1.1.tar.gz
md5=157de5cafe031c39eaade341d1054e7f
sha512=c5c4f0cdd84521fc17f8e371cfb5c99499eceb407644f423d9990a6be5ed7010adf8674d771e35a7113a4774a84a0a01437e9282977509d3ee725d6e2d4995fb

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: 16 Oct 2019

README

resource-pooling

A library for pooling resources like connections, threads, or similar

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.

Dependencies (4)

  1. lwt_log
  2. lwt >= "2.4.7"
  3. dune >= "1.11"
  4. ocaml >= "4.06"

Dev Dependencies

None

Used by (1)

  1. ocsigen-start >= "2.7.0"

Conflicts

None