RE: Speed issues with SQL Server 2000 and JTDS

2005-01-07 Thread Charles P. Killmer
: 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 times

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-07 Thread Parsons Technical Services
] Sent: 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 times

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 [mailto:[EMAIL PROTECTED] Sent

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 tomcat-user@jakarta.apache.org Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Could this speed issue

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 tomcat-user@jakarta.apache.org Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Could

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Charles P. Killmer
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 query. (Done runs slow) 3. Run with a simple query and do nothing with it. 4

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Randall Svancara
not 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 tomcat-user@jakarta.apache.org Sent: Tuesday, January 04, 2005 11:23 AM Subject: RE: Speed issues with SQL Server 2000 and JTDS Could

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-05 Thread Parsons Technical Services
tomcat-user@jakarta.apache.org 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:[EMAIL

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

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 only

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread David Boyer
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 something like jProfiler to see

Re: Speed issues with SQL Server 2000 and JTDS

2005-01-04 Thread Parsons Technical Services
suggestions from there. Doug - Original Message - From: Charles P. Killmer [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org 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 poor setup

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
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. You might also try posting

RE: Speed issues with SQL Server 2000 and JTDS

2005-01-03 Thread David Boyer
-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 Tomcat without any problems