RE: db-connectin is working fine, but is it pooling?

2005-09-23 Thread KEREM ERKAN
: RE: db-connectin is working fine, but is it pooling? Thanks, I'll do that, but still - how can I be sure that my pool have more than just this one connection. Writing two servlets with endless loops, avoiding checking the connections back would give me the answer I guess. But why

RE: db-connectin is working fine, but is it pooling?

2005-09-23 Thread Lucuk, Pete
connections. I assume it is the same in MySQL -Original Message- From: KEREM ERKAN [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 2:50 AM To: 'Tomcat Users List' Subject: RE: db-connectin is working fine, but is it pooling? Write a test connection page and stress test

RE: db-connectin is working fine, but is it pooling?

2005-09-23 Thread Trond Hersløv
Hi Thanks Pete. That seems to be the case. \trond -Original Message- From: Lucuk, Pete [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 17:43 To: Tomcat Users List Subject: RE: db-connectin is working fine, but is it pooling? I had a similar question while doing connection pooling

Re: db-connectin is working fine, but is it pooling?

2005-09-22 Thread Kyle
Print out your Connection Object .toString() to stdout or on a page and you should see that it is a Pool(ed|able) Connection object. K Trond Hersløv wrote: Everything works just fine, but I'm a little bit concerned that maybe I am generating a singel connection to the DB and not a pool of

RE: db-connectin is working fine, but is it pooling?

2005-09-22 Thread Trond Hersløv
?? Is there a way to configure the pool to pre generate eg. 10 connections? \trond -Original Message- From: Kyle [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 02:14 To: Tomcat Users List Subject: Re: db-connectin is working fine, but is it pooling? Print out your Connection Object .toString

RE: db-connectin is working fine, but is it pooling?

2005-09-22 Thread David Thielen
connection established to my DB server?? Is there a way to configure the pool to pre generate eg. 10 connections? \trond -Original Message- From: Kyle [mailto:[EMAIL PROTECTED] Sent: 23. september 2005 02:14 To: Tomcat Users List Subject: Re: db-connectin is working fine, but is it pooling