• Jim Fulton's avatar
    Made caches thread safe. In theory, caches are protected by ZEO · 2497e651
    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.
    2497e651
ClientStorage.py 45.4 KB