-->
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: Distributed Cache
PostPosted: Thu Dec 23, 2004 9:20 am 
Newbie

Joined: Thu Dec 23, 2004 9:14 am
Posts: 4
Hello!

I would like to ask you for an advice.

We are planning to use Hibernate in a distributed application and I have some doubts.
Does Hibernate supports caching objects in a distributed environment? How can I deal with this?

If you can, please send me some links so I can learn about this.

Thanks for your help.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 9:22 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
Hibernate itself only keeps state in a single unit of work (a single transaction), so its cluster-safe by nature. For clustered caching you need a cache provider that supports it, e.g. JBossCache, Tangosol Coherence, etc. They all offer plugins for Hibernate.


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.