• Nils Goroll's avatar
    LRU-Touch objcts for OA_VARY · 94d37731
    Nils Goroll authored
    varnish-cache does not touch objects for OA_VARY, but we need
    to keep FCOs in memory which are frequently used during lookup.
    
    Thoughts on why this should not race LRU:
    
    - lru_list is owned by lru_mtx
    - object can't go away, because
      - for call from hash, we hold the oh->mtx
      - otherwise, we hold a ref
    94d37731
Name
Last commit
Last update
LICENSES Loading commit data...
src Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
CHANGES.rst Loading commit data...
COPYING Loading commit data...
DEVELOPER.rst 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...