package balancer

  1. Overview
  2. Docs
A collection of load balancing algorithms implemented in pure Ocaml

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.tar.gz
sha256=faed80b9c8267e18326434c98640c23ea5a3e680d58f68557c154775ae88cb9d
md5=9dc229881dfea7372e065feb1572afba

doc/balancer/Balancer/index.html

Module BalancerSource

Sourcemodule type S = sig ... end
Sourcemodule Make (SS : Serverset.S) (D : Distributor.S with type state = SS.t) : sig ... end
Sourcemodule Distributor : sig ... end
Sourcemodule Node : sig ... end
Sourcemodule Serverset : sig ... end
Sourcemodule Chash : sig ... end
Sourcemodule Util : sig ... end

Utilities for concurrency and thread safety

Sourcemodule P2C : sig ... end
Sourcemodule CHash (C : Distributor.Checksum) : sig ... end
Sourcemodule RoundRobin : sig ... end
OCaml

Innovation. Community. Security.