Re: ATOMIC_REQUESTS, cache invalidation and concurrent process

2013-03-28 Thread Aymeric Augustin
On 28 mars 2013, at 03:04, Ivan wrote: > With ATOMIC_REQUESTS, after cache invalidation, the concurrent process can > re-create cache old data, between deleting of cache and commit. If I understand correctly, you're describing the following scenario. It assumes you have two concurrent process,

ATOMIC_REQUESTS, cache invalidation and concurrent process

2013-03-27 Thread Ivan
With ATOMIC_REQUESTS, after cache invalidation, the concurrent process can re-create cache old data, between deleting of cache and commit. Perhaps this problem should be solved by repeat cache deleting after commit. -- You received this message because you are subscribed to the Google Groups "