-->
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: Cache architecture and threading questions.
PostPosted: Thu Feb 21, 2008 12:44 pm 
Newbie

Joined: Thu Feb 21, 2008 12:30 pm
Posts: 7
Greetings !

Im testing Hibernate for my company and have several questions
abouts its caching capabilities.

1.Does Hibernate support servers-farm cache ?
2.Does it support multi-servers-farm cache ? (global orginization cache).
3.Can Hibernate be used for client caching ? (sit on the client station and be used as local caching).
4.Someone told me that Hibernate has difficulties handling several threads accessing and modifing the same object at once. Is it true ?
Is it mutli-threading supportive ?

ill be glad if you could reference me for hilights in the documentation in those issues.

Thank you very much for your support !


Top
 Profile  
 
 Post subject: Re: Cache architecture and threading questions.
PostPosted: Thu Feb 21, 2008 2:17 pm 
Expert
Expert

Joined: Wed Apr 11, 2007 11:39 am
Posts: 735
Location: Montreal, QC
1,2 - Hibernate does not implement much of the caching part, it only delegates to a cache provider so you just need to find the right solution. ehcache and JBoss cache have very promising models for distributed and clustered environments.

3 - Yes if there is a database on the client side.

4- No it is not or I haven't heard or experienced anything like this. The problems usually boil down to transaction and classic db concurrency and racing problems. If you can it in a relational database, you can do it in hibernate too.




Farzad-


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.