• Nils Goroll's avatar
    fellow_cache_lru: Solve resume properly with a marker · 0767fa84
    Nils Goroll authored
    When we hit an FCO for which we could not lock the varnish object (oc),
    we inserted that FCO at the end of the LRU list, and restarted at the
    first. But if that FCO was the only one, we would find ourselves in an
    infinite loop.
    
    We now put a marker segment on the LRU for the time we need to let go of
    the lru lock and continue at that marker.
    0767fa84
Name
Last commit
Last update
LICENSES Loading commit data...
logs Loading commit data...
src Loading commit data...
tools/coccinelle Loading commit data...
.gitignore Loading commit data...
BUGS.rst Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
INSTALL.rst Loading commit data...
Makefile.am Loading commit data...
README.rst Loading commit data...
bootstrap Loading commit data...
configure.ac Loading commit data...