We are using TopLink O/R mapping tool for persistence implementation/management and as part of this we maintain data cache to improve performance.
Finally,this application will be deployed and run in an clustered environment.
Is there any way we can update the cache across all the servers in the cluster when there are any updates in the database either through TopLink or using any other tool.
Thanks
-
Implementing a data cache across a cluster (3 messages)
- Posted by: Ramesh Jain
- Posted on: December 10 2002 18:00 EST
Threaded Messages (3)
- Implementing a data cache across a cluster by Rob Misek on December 11 2002 10:01 EST
- Implementing a data cache across a cluster by Ramesh Jain on December 11 2002 11:33 EST
- Implementing a data cache across a cluster by Rob Misek on December 11 2002 12:01 EST
- Implementing a data cache across a cluster by Ramesh Jain on December 11 2002 11:33 EST
-
Implementing a data cache across a cluster[ Go to top ]
- Posted by: Rob Misek
- Posted on: December 11 2002 10:01 EST
- in response to Ramesh Jain
Hi fdfdsfsdf ;),
If you need to cache data across a cluster I would point you to Tangosol's Coherence product. Coherence allows you to cache data in a cluster complete with "cluster-wide" locking and JavaBean event notification. You can either cache the data in a Replicated or Distributed manner, all through a simple java.util.Map interface.
Later,
Rob Misek
http://www.tangosol.com
Coherence: Easily share live data across a cluster! -
Implementing a data cache across a cluster[ Go to top ]
- Posted by: Ramesh Jain
- Posted on: December 11 2002 11:33 EST
- in response to Rob Misek
Thanks Rob -
Implementing a data cache across a cluster[ Go to top ]
- Posted by: Rob Misek
- Posted on: December 11 2002 12:01 EST
- in response to Ramesh Jain
No Problem.
Give me a call if you have any further questions.
Later,
Rob Misek
http://www.tangosol.com
Coherence: Easily share live data across a cluster!