Re: VM size increases.

2002-05-15 Thread Rajesh Harikrishnan
- From: Rajesh Mishra [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 5:49 PM Subject: RE: VM size increases. Hi, I've used DDConnectionBroker.jar pooling software provided free by DevDaily.com. It gives connection pooling facility.I've tested

Re: VM size increases.

2002-05-14 Thread Phillip Morelock
, I'm using jdbc-odbc driver to connect to SQL server. Regards Rajesh -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:45 AM To: Tomcat Users List Subject: Re: VM size increases. Hi Rajesh, Let me know about your JDBC. I

RE: VM size increases.

2002-05-14 Thread Gurmeet
List Subject: Re: VM size increases. Hi Toru, I'm using jdbc-odbc driver to connect to SQL server. Regards Rajesh That's your problem This is NOT a production quality driver, it's a JDBC type 1 hack. It's got known problems and Sun specifically tells you to use it for testing only. I

Re: VM size increases.

2002-05-14 Thread Java Team
Hi Have you used any pooling software?How can you achieved connection pooling?. Actually we had same problem and we got the solution. Give more details on that will help to identify the problem. Regards VelmurganP ([EMAIL PROTECTED]) SoftSolutions Chennai. - Original Message

Re: VM size increases.

2002-05-14 Thread Wagner Danda
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, May 14, 2002 4:33 AM Subject: Re: VM size increases. Hi Toru, I'm using jdbc-odbc driver to connect to SQL server. Regards Rajesh That's your problem This is NOT a production quality driver, it's a JDBC type 1 hack. It's

RE: VM size increases.

2002-05-14 Thread Rajesh Mishra
can use. Regards Rajesh -Original Message- From: Java Team [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 12:21 PM To: Tomcat Users List Subject: Re: VM size increases. Hi Have you used any pooling software?How can you achieved connection pooling?. Actually we had same

Re: VM size increases.

2002-05-13 Thread Brett Porter
You are really going to have to look at this more closely before pointing fingers :) 2 days with that many hits is actually a slow leak unless you have a lot of RAM. Still, a leak. The leak could be in the JDBC driver, your code, or any other library (including Tomcat). Have you upgraded to

Re: VM size increases.

2002-05-13 Thread Toru Watanabe
Hi Rajesh, Let me know about your JDBC. I suppose you are using JNI for Database connectivity. Regards, Watanabe In the message VM size increases. [EMAIL PROTECTED] Rajesh Mishra [EMAIL PROTECTED] wrote: Rajesh I'm using Tomcat3.2 and SQL server2000. I'm facing two Rajesh

RE: VM size increases.

2002-05-13 Thread Rajesh Mishra
Hi Toru, I'm using jdbc-odbc driver to connect to SQL server. Regards Rajesh -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 10:45 AM To: Tomcat Users List Subject: Re: VM size increases. Hi Rajesh, Let me know about your JDBC. I