-->
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.  [ 4 posts ] 
Author Message
 Post subject: Success stories on connection pool ?
PostPosted: Mon May 10, 2004 11:57 pm 
Newbie

Joined: Mon Apr 05, 2004 2:50 am
Posts: 17
Hello,

I have noticed that a lot of persons had some problems with the number of connection still open (or not release) in the connection pool. I would like to know if some of them had some success to resolve it.

To be clear have you resolve your problem and how you did that. It will be interested to have theses success stories in one post.

In my personal case I still have the problem.


Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 11, 2004 2:54 am 
Hibernate Team
Hibernate Team

Joined: Mon Aug 25, 2003 9:11 pm
Posts: 4592
Location: Switzerland
I don't think that "a lot of people" have problems with that trivial issue.

_________________
JAVA PERSISTENCE WITH HIBERNATE
http://jpwh.org
Get the book, training, and consulting for your Hibernate team.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 11, 2004 10:22 am 
Beginner
Beginner

Joined: Tue Feb 10, 2004 2:30 pm
Posts: 25
Once we paid attention to exception handling and disconnect() or close() in the use of Sessions properly all our db pool issues went away. DB pool code is what I would call trustworthy, so is Session. The user code that ties to two together is not. There's lots of documentation on this site or the Wiki site that covers the options and best-practice for this, read it, apply it to your own application environment and see what fits.


Top
 Profile  
 
 Post subject:
PostPosted: Tue May 11, 2004 6:33 pm 
Newbie

Joined: Mon Apr 05, 2004 2:50 am
Posts: 17
Hi,

Ok I will do that.


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