package resource-pooling
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Library for pooling resources like connections, threads, or similar
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.5.2.tar.gz
md5=22ecba9404b21baf5236967714b1bfbf
sha512=76f8bf781990b63d327f3ae31b6df4f79ff5e5149c4e878bd59627043ae4e5761c5fb03fa6beb83c3c1471603a2a74174d3db8e20add131cd5849db08f79a398
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: 03 Dec 2018
Dependencies (5)
-
ocamlfind
build -
ocamlbuild
build - lwt_log
-
lwt
>= "2.4.7" -
ocaml
>= "4.06" & < "5.0.0"
Dev Dependencies
None
Used by
None
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page