Module tk_pool::uniform [] [src]

A uniform connection pool implementation

Uniform pool has the following properties:

  1. Attempts to connect same number of connections to every host
  2. Distributes requests by round-robin until pushback happens

Structs

LazyUniform

A constructor for a uniform connection pool with lazy connections