aspose file tools
The moose likes Servlets and the fly likes Caching in clustered environment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Caching in clustered environment" Watch "Caching in clustered environment" New topic
Author

Caching in clustered environment

Li Xin
Ranch Hand

Joined: Feb 06, 2004
Posts: 37
Hi!

Can someone tell how to cache some global data (writable) in a clustered environment? According to the spec, we cannot cache the data in ServletContext in a clustered environment. And also we cannot cache in a static variable since it is difficult to synchronize.

Thanks.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Caching in clustered environment
 
Similar Threads
Jboss Cache - How To?
Static Data
Caching in a clustered environment
Better Response Times on WebSphere Cluster
is it safe to put objects in HttpRequest(for a cluster environment)