• Guido van Rossum's avatar
    Cache policy improvement: · d1c6a2c8
    Guido van Rossum authored
    When load() finds a hit in the non-current file, copy it to the
    current file (except when this would cause a cache flip).
    
    It is hoped that this improves the cache performance.
    
    (Now merged into the trunk!  Jeremy & Jim want this in the ZEO and ZODB3 beta2 releases.)
    d1c6a2c8
ClientCache.py 22.9 KB