host_pool 0.1
A generic pool to track a set of remote hosts with the ability to mark hosts down on failures
A generic interface to track a list of remote hosts to allow auto-backoff from a failed remote host.
- pool = host_pool.HostPool(['servera','serverb'])
- endpoint = pool.get() pool.success(endpoint) endpoint = pool.get() pool.failed(endpoint)
- Author: Jehiah Czebotar
- Home Page: http://github.com/jehiah/host_pool
- Download URL: http://github.com/downloads/jehiah/host_pool/host_pool-0.1.tar.gz
- License: MIT License
- Package Index Owner: jehiah
- DOAP record: host_pool-0.1.xml
