I take issue with "not working properly". Before storage works correctly with ZEO.
On Tue, Oct 25, 2011 at 5:43 AM, Malthe Borch <mbo...@gmail.com> wrote: > If I set my beforestorage to a reasonably current time, e.g. "now", I > expect to get reasonably good performance from a ZEO client cache. > > Instead, I find that beforestorage: > > 1) asks the cache to ``loadBefore``; This is absolutely the right thing to do. > 2) but that method only looks for "noncurrent" entries; > 3) meanwhile, my cache only has "current" records. > > I'm not sure if the problem is that the cache shouldn't be setting the > loaded oids as "current", or if the ``loadBefore`` method should also > accept (some) "current" entries. I agree that the ZEO cache implementation should check for current records with tids < the before time. This has potential implications beyond beforestorage. Would you mind creating an issue: https://bugs.launchpad.net/zodb/+filebug Of course, patches including tests are appreciated. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )