-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Cluster Caching
PostPosted: Fri Feb 20, 2004 10:43 am 
Expert
Expert

Joined: Thu Jan 29, 2004 2:31 am
Posts: 362
Location: Switzerland, Bern
Hi All

I'm evaluating hibernate for a clustered web application.

The following constraints I cannot change easily:
- WLS 7.0
- Oracle 9i
- read performance is very important
- we have a lot of identical finds on the DB. (query caching would help al lot)
- IP Multicast is not available

When it comes to clustering I'm not sure what options I have. For a single machine I have OSCache working, it's great! The OSCache docs say, that it can do clustered caching via JMS. The Hibernate doc has a blank cell (page 95 in the 2.1.1 doc) for the clustering row.

Does Hibernate support clustered caching with OSCache? Is somebody out there who has this working? May be with WLS 7.0?

If OSCache is not clusterable, can I use the JBoss TreeCache within WLS 7.0? Does it support communication via JMS?

Thank for your thoughts
Ernst


BTW: Hibernate is the best O/R-Mapper I've ever seen!


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 20, 2004 12:49 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
You might be able to write your own DistributedOSCacheProvider. Look at the SwarmCacheProvider, I suppose.

However, distributed caching over JMS is really a very crappy implementation. I'm guessing you might be better off using a local second-level cache with just appropriate timeouts on each region.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.