RE: Speed issues with SQL Server 2000 and JTDS

2005-01-03 Thread Randall Svancara
I have been using JTDS with SQL Server 2000 in conjunction with Tomcat without any problems. Perhaps if you post some your database connection code, someone could provide you with assistance. You might also try posting to the JTDS Mailing list. Are you using Database Connection Pooling (DBCP)??

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-03 Thread Charles P. Killmer
January 03, 2005 8:20 AM To: Tomcat Users List Subject: RE: Speed issues with SQL Server 2000 and JTDS I have been using JTDS with SQL Server 2000 in conjunction with Tomcat without any problems. Perhaps if you post some your database connection code, someone could provide you with assistance. Y

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-03 Thread David Boyer
t. Thank You Charles -Original Message- From: Randall Svancara [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 8:20 AM To: Tomcat Users List Subject: RE: Speed issues with SQL Server 2000 and JTDS I have been using JTDS with SQL Server 2000 in conjunction with To

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread Charles P. Killmer
, January 03, 2005 9:05 AM To: tomcat-user@jakarta.apache.org; Charles P. Killmer Subject: RE: Speed issues with SQL Server 2000 and JTDS You could try using something like jProfiler to see where the bottleneck is. I don't see anything unusual in your code example, although it looks like the

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread David Boyer
database portion of the code in there. Thanks Charles -Original Message- From: David Boyer [mailto:[EMAIL PROTECTED] Sent: Monday, January 03, 2005 9:05 AM To: tomcat-user@jakarta.apache.org; Charles P. Killmer Subject: RE: Speed issues with SQL Server 2000 and JTDS You could try using s

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread Parsons Technical Services
make suggestions from there. Doug - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Could this speed issue be caused by a

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Charles P. Killmer
find and we'll make suggestions from there. Doug - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Could this

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Victor Cardona
. Report back what you find and we'll make suggestions from there. Doug - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Coul

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Charles P. Killmer
t;Sent: Tuesday, January 04, 2005 6:23 PM >To: Tomcat Users List >Subject: Re: Speed issues with SQL Server 2000 and JTDS > >Trying a few test should help you narrow things down a bit. > >1. Run without DB connection. (Done runs fast) > >2. Run with a DB connect but no que

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Randall Svancara
experienced any problems with it. Randall -Original Message- From: Charles P. Killmer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 05, 2005 11:57 AM To: Tomcat Users List Subject: RE: Speed issues with SQL Server 2000 and JTDS I tried setting that parameter to false and still the same

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Wade Chandler
. Report back what you find and we'll make suggestions from there. Doug - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Coul

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Parsons Technical Services
o: "Tomcat Users List" Sent: Wednesday, January 05, 2005 8:58 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Thanks. I had already done this but maybe not communicated them as concisely. Thanks Charles -Original Message- From: Parsons Technical Services [mailto:[EMAI

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Dwayne Ghant
Hey Charles, I have implement a database driver that I found online do you think it will help you out??? Charles P. Killmer wrote: I bought the Core Servlets and Java Server Pages and read it over the weekend. Happy New Year to me. I did get out to a few parties though. ;) I am having trouble ge

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-06 Thread Bedrijven.nl
To: Tomcat Users List Subject: Re: Speed issues with SQL Server 2000 and JTDS Charles P. Killmer wrote: >Thanks. I had already done this but maybe not communicated them as >concisely. > >Thanks >Charles > >-Original Message- >From: Parsons Technical Services &

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-07 Thread Charles P. Killmer
ent: Wednesday, January 05, 2005 2:25 PM To: Tomcat Users List Subject: RE: Speed issues with SQL Server 2000 and JTDS Try pinging the server with Microsoft SQL Server from the server running tomcat. You might use a traceroute to see where the network bottleneck may exist. What are your ping ti

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-07 Thread Parsons Technical Services
n the first place). 2. Try different drivers and/or parameters to speed up the connect time. Doug - Original Message - From: "Charles P. Killmer" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Friday, January 07, 2005 2:43 PM Subject: RE: Speed issues with SQ