Changes between Version 100 and Version 101 of Dev/Technical/ZEO


Ignore:
Timestamp:
02/10/12 12:09:16 (16 months ago)
Author:
pferreir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Dev/Technical/ZEO

    v100 v101  
    6464If 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. 
    6565 
    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. 
     66As 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. 
    6767 
    6868=== 3.2 ZEO Client cache's strategy ===