[Zope-dev] ZCatalog caching with memcached
Hedley Roos
hedleyroos at gmail.com
Sat Oct 25 09:12:07 EDT 2008
> If you catalog an object, then search for it and then abort the
> transaction, your cache will have data in it that isn't committed.
>
Kind of like how I came to the same conclusion in parallel to you and
stuffed up this thread :)
> Additionally when another transaction is already running in parallel, it
> will see cache inserts from other transactions.
So this is the area I have to focus on right now.
H
More information about the Zope-Dev
mailing list