RE: How to test connection pooling - Resolved

2005-11-30 Thread Manisha Sathe
e > jdbc driver > >ojdbc14.jar > >> Different that commons stuff you are using. > >> > >> >-Original Message- > >> >From: Manisha Sathe > >> [mailto:[EMAIL PROTECTED] > >> >Sent: Tuesday, November 29, 2005 1:44 PM &

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
e > jdbc driver > >ojdbc14.jar > >> Different that commons stuff you are using. > >> > >> >-Original Message- > >> >From: Manisha Sathe > >> [mailto:[EMAIL PROTECTED] > >> >Sent: Tuesday, November 29, 2005 1:44 PM &

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
al Message- >> >From: Manisha Sathe >> [mailto:[EMAIL PROTECTED] >> >Sent: Tuesday, November 29, 2005 1:44 PM >> >To: Tomcat Users List >> >Subject: RE: How to test connection pooling >> > >> >Hi, >> > >> >After s

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
at commons stuff you are using. > > >-Original Message- > >From: Manisha Sathe > [mailto:[EMAIL PROTECTED] > >Sent: Tuesday, November 29, 2005 1:44 PM > >To: Tomcat Users List > >Subject: RE: How to test connection pooling > > > >Hi, > > > &

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
-Original Message- >From: Manisha Sathe [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 29, 2005 1:44 PM >To: Tomcat Users List >Subject: RE: How to test connection pooling > >Hi, > >After some testing on Tomcat 5 / Tomcat 4.1, i am finding some >strange beh

RE: How to test connection pooling

2005-11-29 Thread Manisha Sathe
Hi, After some testing on Tomcat 5 / Tomcat 4.1, i am finding some strange behaviour. I could figure out how to check number of conections on MSSQL. It is Enterprise Manager -> Management -> Current Processes - u have to refresh it now and then. 1)For Tomcat 5, it does create a pool of connectio

RE: How to test connection pooling

2005-11-29 Thread andy gordon
Show Processlist will show the number of initial connections at start but does it show what subsystem a connection is bound to? what if there are multiple tomcat's connected to one database. How do you differentiate? "Lucuk, Pete" <[EMAIL PROTECTED]> wrote: Manisha, I do not know how you chec

RE: How to test connection pooling

2005-11-29 Thread Lucuk, Pete
Manisha, I do not know how you check in MSSQL. But, just an FYI If you setup your connection to ten, ten do not automatically get created, only one, and as your app requires more connections, more connections will be created up to a max of ten. Took me a couple days to figure out that one