Changes between Version 100 and Version 101 of Dev/Technical/ZEO
- Timestamp:
- 02/10/12 12:09:16 (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev/Technical/ZEO
v100 v101 64 64 If the cache is Persistent, when the client is disconnected then reconnects, it must perform cache verification to make sure its cached data is synchronized with the storage's current state. 65 65 66 As of 2012, this cache can only be used one process at a time, which apparently renders it useless if your processes are persistent and you have enough memory to spare. See [https://mail.zope.org/pipermail/zodb-dev/2010-October/013737.html |this thread] for some more info.66 As of 2012, this cache can only be used one process at a time, which apparently renders it useless if your processes are persistent and you have enough memory to spare. See [https://mail.zope.org/pipermail/zodb-dev/2010-October/013737.html this thread] for some more info. 67 67 68 68 === 3.2 ZEO Client cache's strategy ===
