• Poul-Henning Kamp's avatar
    Exploit the new and cleaner director interface and add a "hash" director · 67022a33
    Poul-Henning Kamp authored
    by sharing most of the code with the "random" director.
    
    The Hash director will use the hash output from vcl_hash{} to pick a
    backend from the configured set.
    
    If this backend is unhealthy, it pick another backend, using only the
    healthy subset of backends, but as soon as the "canonical" backend becomes
    healthy it will revert to using that.
    
    This means that one backend going unhealthy on "rehashes" the requests for
    that backend, hashing for healthy backends are not affected.
    
    
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk@4419 d4fa192b-c00b-0410-8231-f00ffab90ce4
    67022a33
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
man Loading commit data...
redhat Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
varnishapi.pc.in Loading commit data...