Hi,
As part of performance improvement we are caching the objects in memory . Once an object is modified we are invalidating the cache using JMS .
But because of the asynchronous nature their is some latency in invalidating the cache after an update and the same objects are getting read by different requests during this time (which is actually dirty data...).
Any suggestions in over coming this issue or any better design ?
Mohan
-
caching and JMS (1 messages)
- Posted by: Mohan Navaratna
- Posted on: February 07 2003 15:23 EST
Threaded Messages (1)
- caching and JMS by Rob Misek on February 10 2003 10:32 EST
-
caching and JMS[ Go to top ]
- Posted by: Rob Misek
- Posted on: February 10 2003 10:32 EST
- in response to Mohan Navaratna
Hi Mohan,
If you are looking for a piece of third-party software to avoid this issue Tangosol's Coherence provides all the facilities to cache data in a cluster. This is done coherently and synchronously to avoid 'dirty-data' and 'missing-updates', complete with cluster-wide locking and event notification.
Later,
Rob Misek
http://www.tangosol.com
Coherence: Easily share live data across a cluster!