RE: Loosing Connections in a pool

2001-05-04 Thread Joshua Sharp
Are you receiving any error messages? I know oracle 8.1.7 has a connection limit of ~120/process before it runs out of file descriptors. I haven't seen any problems with loosing connections though. Josh -Original Message- From: Dan Randall [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04,

RE: Loosing Connections in a pool

2001-05-06 Thread Rainer Mager
Have you tried running your application for a long time without Tomcat? That is, are you sure the problem is Tomcat related. Specifically, we found the the Oracle JDBC drivers have a memory leak such that if you don't explicitly close the Statements the connection will keep a reference to them and

RE: Loosing Connections in a pool

2001-05-06 Thread Filip Hanik
, 2001 4:16 PM > To: [EMAIL PROTECTED] > Subject: RE: Loosing Connections in a pool > > > Have you tried running your application for a long time without > Tomcat? That > is, are you sure the problem is Tomcat related. Specifically, we found the > the Oracle JDBC drivers hav

Re: RE: Loosing Connections in a pool

2001-05-07 Thread Dan Randall
Hi Josh, No, I am not receiving any error messages. Well, not until it crashes! At that point, I get a java.lang out of memory error. It seems like an application (ours, not tomcat's) resource leak to me, but I am searching for any know issues with tomcat, jdbc, etc just in case. Thanks,

RE: RE: Loosing Connections in a pool

2001-05-07 Thread William Kaufman
gt; -Original Message- > From: Dan Randall [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 07, 2001 9:00 AM > To: [EMAIL PROTECTED] > Subject: Re: RE: Loosing Connections in a pool > > > Hi Josh, > > No, I am not receiving any error messages. Well, not until >