-->
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.  [ 1 post ] 
Author Message
 Post subject: Question on Hibernate Cache with TreeCacheAOP
PostPosted: Thu Dec 09, 2004 11:56 pm 
Regular
Regular

Joined: Tue Nov 09, 2004 5:15 pm
Posts: 100
TreeCacheAOP is a transactional cache. That means, the cached data is persisted (and replicated across the nodes in the clustered environment) only when the transaction is commited.

If i use this TreeCacheAOP as the second-level cache for Hibernate, will the cached data (in second-level cache) be persisted to the DB everytime the transaction is commited??? If yes, won't the performance be slow? If not, won't the nodes in the clustered environment have unsynchronized data???

Thanks!


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

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.