-->
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: Anzahl der Datenbank-Connections
PostPosted: Fri May 09, 2008 10:13 am 
Newbie

Joined: Mon Apr 14, 2008 5:00 am
Posts: 3
Hallo liebe Leute,
ich habe das folgende Problem mit meiner anwendung.
Eine EJB-Anwendung mit Hibernate-Persistierung, und Multithread.
Wenn die anzahl der Threads <= Anzahl der "connection.pool_size" aus der Konfigurationsdatei ======> Die Anzahl der offenen Datenbank-Connections innerhalb der Anwendung = die notwendigen Connections, d.h gleich der anzahl der Threads( Und das ist gewuenscht, da jedes Thread nur eine Verbindung benoetigt )

Aber, wenn die folgende situation vorliegt:

Wenn die Anzahl der Threads > Anzahl der "connection.pool_size" aus der Konfigurationsdatei ======> Die Anzahl der offenen Datenbankverbindungen steigt schnell nach oben, es wird sehr gross

Kann mir jemand eine Erklaerung liefern.

Danke sehr
hfarhad


Top
 Profile  
 
 Post subject:
PostPosted: Wed May 21, 2008 7:08 pm 
Expert
Expert

Joined: Tue Nov 23, 2004 7:00 pm
Posts: 570
Location: mostly Frankfurt Germany
wenn viele Threads parallel auf die DB zugreifen, werden soviele Connections aufgemacht, wie benötigt aber maximal maxpoolsize.

Wenn die maxpoolsize erreicht ist, müssen also einige Threads warten. Die Connections werden nicht unbedingt sofort wieder geschlossen, sondern bleiben im pool. Das kann man mit idle time gewöhnlich beeinflussen.

_________________
Best Regards
Sebastian
---
Training for Hibernate and Java Persistence
Tutorials for Hibernate, Spring, EJB, JSF...
eBook: Hibernate 3 - DeveloperGuide
Paper book: Hibernate 3 - Das Praxisbuch
http://www.laliluna.de


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.