package resource-pooling
Library for pooling resources like connections, threads, or similar
Install
Dune Dependency
Authors
Maintainers
Sources
0.8.tar.gz
md5=52afb6168141a06551a4c7721339be5c
sha512=027507959a454e498fed37f016174abbce8a803b19d203c39403d64e25f01204d116d9a43e8d2f0559da714db6c406a2a689dda634d0bd01fdd37097e94074f0
doc/index.html
resource-pooling
API
Library resource-pooling
Resource_pool
External resource pools.Server_pool
This module is built aroundResource_pool
. While a pool of typeResource_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 calluse
to access one of the connections, which are served in a round-robin fashion.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page