Re: [elephant-devel] Cached objects

2008-05-18 Thread Ian Eslick
On May 18, 2008, at 6:05 AM, Alex Mizrahi wrote: IE> If you use the discipline of using with-caching before the first read IE> of a cached instance's slot inside with-transaction, then you get the IE> following cool behavior in a multi-threaded scenario: IE> - txn one reads the cached value

Re: [elephant-devel] Cached objects

2008-05-18 Thread Alex Mizrahi
IE> If you use the discipline of using with-caching before the first read IE> of a cached instance's slot inside with-transaction, then you get the IE> following cool behavior in a multi-threaded scenario: IE> - txn one reads the cached values (setting read locks) IE> - txn one does various ops in