I wanted to implement a caching system in my application to improve the performance.
My current resources to be cached are:
1. Database (master tables, frequently used query results).
2. Mappings from xml file.
3. Data from txt files.
Limitations:
1.Should be using only tomcat web container, no app server.
2.Cluster level updation of the cache.
3.The cacheable resources may be updated from different application.
4.Looking for open source.
If a system is not supporting clustering, how can I achieve it on myself?
please suggest me, the one which is more likely suitable for my usage?
thanks in advance.
Aravind Patil
-
Which Caching system is better? (1 messages)
- Posted by: Aravind Patil
- Posted on: December 09 2004 06:56 EST
Threaded Messages (1)
- Which Caching system is better? by Rob Misek on December 22 2004 14:25 EST
-
Which Caching system is better?[ Go to top ]
- Posted by: Rob Misek
- Posted on: December 22 2004 14:25 EST
- in response to Aravind Patil
Hi Aravind,
Take a look at Coherence, it meets all of your requirements except for being open source.
Later,
Rob Misek
Tangosol, Inc.
Coherence: It just works.