-->
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.  [ 6 posts ] 
Author Message
 Post subject: Hibernate clustering, load balancing?
PostPosted: Thu Mar 25, 2004 5:35 am 
Newbie

Joined: Thu Mar 25, 2004 5:21 am
Posts: 3
Location: Melbourne, Australia
Could anyone plz help us with clustering, load balancing with hibernate?
We have three replicated (used to support load balancing) servers running tomcat, how can we make hibernate cache states in all the servers synchronize together (so client's request can be served the same in any server)?
we haven't try Tangosol Coherence Cache, anyone know any other cache mechanism?
Thanks in advance!


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 25, 2004 6:25 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
http://www.hibernate.org/hib_docs/reference/html_single/#performance-s3

_________________
Emmanuel


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 25, 2004 8:43 pm 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Try JBossCache


Top
 Profile  
 
 Post subject: jboss cache and WAS
PostPosted: Fri Mar 26, 2004 1:15 pm 
Newbie

Joined: Fri Mar 26, 2004 1:01 pm
Posts: 12
Does jboss cache run on WebSphere? I couldn't figure out how to get it a transaction manager.


Top
 Profile  
 
 Post subject: Re: jboss cache and WAS
PostPosted: Thu Apr 01, 2004 9:00 am 
Beginner
Beginner

Joined: Thu Oct 16, 2003 7:30 am
Posts: 21
Location: Brussels
koehn wrote:
Does jboss cache run on WebSphere? I couldn't figure out how to get it a transaction manager.


If you're asking how to get a transaction manager in WebSphere, try the static methods (these are being used in the Spring framework)

com.ibm.ejs.jts.jta.JTSXA.getTransactionManager() (v4) or com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager() (v5)


Top
 Profile  
 
 Post subject: Re: jboss cache and WAS
PostPosted: Fri Apr 09, 2004 9:45 am 
Newbie

Joined: Fri Mar 26, 2004 1:01 pm
Posts: 12
jandries wrote:
koehn wrote:
Does jboss cache run on WebSphere? I couldn't figure out how to get it a transaction manager.


If you're asking how to get a transaction manager in WebSphere, try the static methods (these are being used in the Spring framework)

com.ibm.ejs.jts.jta.JTSXA.getTransactionManager() (v4) or com.ibm.ejs.jts.jta.TransactionManagerFactory.getTransactionManager() (v5)


Thanks!

How do I configure JBoss Cache? I'm working on getting it up and running under WAS 5, but the docs for JBoss Cache are (understandably) JBoss-centric. Is there a place where I can put an XML configuration, or do I need to configure it programmatically?

I was also looking at using the WAS DistributedMap, which could easily be adapted to work with Hibernate, and provide all the functionality of JBossCache (transactional, replicated), but DistributedMap seems to only be configurable under WAS Enterprise, although it's supported in WAS 5 (WAS uses it for HTTP session replication, et al).


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 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.