Re: Tomcat jdbc settings

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

RE: Tomcat jdbc settings

2006-03-10 Thread Tim Lucia
: Friday, March 10, 2006 7:50 AM To: users@tomcat.apache.org Subject: RE: Tomcat jdbc settings Thanks Tim. I have also noticed that bouncing the tomcat clears the connections. So are you saying java's garbage collection will clear the old connections out? Does this mean my settings below are

RE: Tomcat jdbc settings

2006-03-10 Thread Edward Quick
Thanks Tim. I have also noticed that bouncing the tomcat clears the connections. So are you saying java's garbage collection will clear the old connections out? Does this mean my settings below are redundant? Ed. In my experience, using 8i and the thin driver, bouncing tomcat always clears

RE: Tomcat jdbc settings

2006-03-10 Thread Tim Lucia
In my experience, using 8i and the thin driver, bouncing tomcat always clears all connections to the DB. Reloading the app will not necessarily clear connections, as the old app is still in PermGen, waiting for garbage collection. Once collected, however, the connections will get cleaned up. -