Memcached StorageService
Cantor, Scott
cantor.2 at osu.edu
Mon Sep 29 14:56:17 EDT 2014
On 9/29/14, 2:50 PM, "Cantor, Scott" <cantor.2 at osu.edu> wrote:
>
>Yes, the cache can add data to a session and the version detects
>conflicting updates, so it knows to reload a fresh copy and merge in its
>changes and then call update again. It doesn't do a read to optimize out
>an extra read when the implementation doesn't require it.
I should clarify, it's *not* really the read that it's optimizing there,
it's the unbounded work involved in recovering application data state from
the record, which in the SP currently for example involves parsing XML.
-- Scott
More information about the dev
mailing list