package resource-pooling
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 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