-->
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: Transaction Problem for high volume Enterprise Application
PostPosted: Thu Apr 17, 2008 4:19 am 
Newbie

Joined: Thu Apr 17, 2008 3:51 am
Posts: 1
Hi,
we have a transaction management problem in our application. we use hibernate 3.x and sets the connection pool size to something more than 50. But when we used 20 threads for some stress tests it shown that transaction counts are limits by 3 transaction on one time and hibernate default jdbc transaction manager is bottleneck. Jprofiler shows us that threads will block on JDBCTransactionManager.commit() .
Also we change our approach to standalone JTA transaction managers but it doesn't solve our problem and we have 3 open transaction limitation till when we have 50 connection opened in pool.
Would you help us to solve this problem?

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.