• Jim Fulton's avatar
    Made caches thread safe. In theory, caches are protected by ZEO · d649173c
    Jim Fulton authored
    clients, but ZEO clients haven't provided very good protection,
    leading to cache corruption.  We'll hopefully fix these client issues,
    which cause other problems beside cache corruption, but it seems
    prudent to provide low-level cache protection.
    d649173c
ClientStorage.py 48.6 KB