RE: Losing connection to db with many users

2008-07-23 Thread robert.purvis
Are the connections being returned to the pool after use? If they are not then your application could quickly run out of connections. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Silvio Rainoldi Sent: 23 July 2008 11:07 To:

Re: Losing connection to db with many users

2008-07-23 Thread Silvio Rainoldi
Ehm no... :S how can I make that? Thanks 2008/7/23 [EMAIL PROTECTED]: Are the connections being returned to the pool after use? If they are not then your application could quickly run out of connections. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Losing connection to db with many users

2008-07-23 Thread robert.purvis
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Silvio Rainoldi Sent: 23 July 2008 12:05 To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Losing connection to db with many users Ehm no... :S how can I make that? Thanks 2008/7/23 [EMAIL PROTECTED

Re: Losing connection to db with many users

2008-07-23 Thread Silvio Rainoldi
Users List; [EMAIL PROTECTED] Subject: Re: Losing connection to db with many users Ehm no... :S how can I make that? Thanks 2008/7/23 [EMAIL PROTECTED]: Are the connections being returned to the pool after use? If they are not then your application could quickly run out

Re: Losing connection to db with many users

2008-07-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Silvio, Silvio Rainoldi wrote: | I think it's not this the problem... Connection is managed by Hibernate and | I close the connection in all pages... What about if an exception is thrown? Are you careful to call Connection.close() in a finally