Hi there Randy,

I assume that you would most likely have 2 interest registrations defined, one for regionA and one for regionB. Which means that they really are working in their own timings.

I think you could safely assume that they would not be delivered in order. Which would mean that there is a strong chance that regionB could contain a newer value before regionA is update.

--Udo

On 15/03/2016 6:52 am, Randy May wrote:
Suppose in a client, I do two puts in a particular order:

regionA.put(K,V);
regionB.put(K,V);

If another client has registered interest on both regions, is there any guaranty about the order in which those 2 events are received on that client ? If the client is using local cache, could there be a time when region B contains the new value but region A contains the old value ?


Reply via email to