pkgsrc/devel/ocaml-resource-pooling/DESCR
jaapb bc50ef459c Added devel/ocaml-resource-pooling 0.6
This is a library that handles resource (threads, connections etc)
pooling, needed for ocsigen-start.
2019-01-29 14:20:26 +00:00

7 lines
406 B
Text

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.