Re: Who uses connection pool?

2002-03-06 Thread Eddie Bush
Sorry I missed that piece of the docs I guess. Thanks again for your input! Eddie - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, March 06, 2002 9:57 AM Subject: RE: Who uses

RE: Who uses connection pool?

2002-03-06 Thread Jim Urban
also works fine with the Oracle driver, MySQL driver and freetds (for MS SQL). Jim > -Original Message- > From: Eddie Bush [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 9:25 AM > To: Tomcat Users List > Subject: Re: Who uses connection pool? > > > Jim, I

Re: Who uses connection pool?

2002-03-06 Thread Eddie Bush
7;t sound very good either. Thanks so much! Eddie - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 3:31 PM Subject: RE: Who uses connection pool? > We use DBConnectionB

RE: Who uses connection pool?

2002-03-06 Thread Jim Urban
Don't know. Jim > -Original Message- > From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 1:17 AM > To: Tomcat Users List > Subject: Re: Who uses connection pool? > > > > We are database

Re: Who uses connection pool?

2002-03-05 Thread Nikola Milutinovic
> We are database independent. If you look at the > initializeDbConnectionBroker method you will see we load all that > information from the web.xml via servlet init parameters. Our code can use > any database you have a driver for (granted it supports ANSI SQL).. > > > private voi

Re: Who uses connection pool?

2002-03-05 Thread Remy Maucherat
> Yes, you are partially right. > The last post to their mailing list of one of the Tyrex developers was around > November, 20. The HEAD branch of Tyrex is a very different TM than 0.9.7 was. Unfortunately, Intalio has apparently no incentive to release an updated version (can't really blame them

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Lev Assinovsky > Sent: Tuesday, March 05, 2002 1:42 PM > To: Tomcat Users List > Subject: Re: Who uses connection pool? > > > Jim, that's fine! > But how to provide the same through JNDI to be fre

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
t Users List > Subject: RE: Who uses connection pool? > > > Hi folks, > > Ok, I know we've beaten this to death today but all this discussion > about DB Pooling got me thinking... > > Currently I'm using the Oracle thin client JDBC driver (class12.jar) to > talk t

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
} > } > > public static synchronized DbConnectionBroker getBroker() > { > return myBroker; > } > > public static synchronized void shutDown() > { > try > { >

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
ng > else needed) > > Thanks > > Mark Muffett > > - Original Message - > From: "King-On Yeung" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, March 05, 2002 1:50 PM > Subject: RE: Who uses

RE: Who uses connection pool?

2002-03-05 Thread Rich Sneiderman
Hi folks, Ok, I know we've beaten this to death today but all this discussion about DB Pooling got me thinking... Currently I'm using the Oracle thin client JDBC driver (class12.jar) to talk to a 9i database. I'm currently using the connection pooling/caching support Oracle supplies (the Oracle

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
e than a > year old. I wonder if anyone is working on the 1.0 version. > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lev > Assinovsky > Sent: Tuesday, March 05, 2002 6:59 AM > To: Tomcat Users List > Subject: Re: Who uses c

RE: Who uses connection pool?

2002-03-05 Thread Julio Castillo
Of Lev Assinovsky Sent: Tuesday, March 05, 2002 6:59 AM To: Tomcat Users List Subject: Re: Who uses connection pool? Hello! I followed your link and found out that example in there is slightly incorrect. Identifier "dataSrc" is not declared. Besides Tyrex people acknowledged that if you

RE: Who uses connection pool?

2002-03-05 Thread Julio Castillo
t: Re: Who uses connection pool? I already looked in there. I was confused that their pool is for GSP. Tomcat uses Tyrex by default. How about that? Reynir H?bner wrote: > sure > check out bitmechanic.com, thats a fine place to start. > > -hope it helps > [EMAIL PROTECTED] &g

RE: Who uses connection pool?

2002-03-05 Thread Julio Castillo
yrex people acknowledged that). > Did you hardcode pool instance creation or found a way when JNDI do that? > > Jim Urban wrote: > > > DBConnectionBroker > http://opensource.devdaily.com/ddConnectionBroker.shtml > > > > > -Original Message- > >

Re: Who uses connection pool?

2002-03-05 Thread Mark Muffett
t Users List" <[EMAIL PROTECTED]> Sent: Tuesday, March 05, 2002 1:50 PM Subject: RE: Who uses connection pool? > yes, i do. > > follow suggestion: > http://mikal.org/interests/java/tomcat/arc

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
yrex people acknowledged that). > Did you hardcode pool instance creation or found a way when JNDI do that? > > Jim Urban wrote: > > > DBConnectionBroker > http://opensource.devdaily.com/ddConnectionBroker.shtml > > > > > -Original Message- > >

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
com/ddConnectionBroker.shtml > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > > Of Lev Assinovsky > > Sent: Tuesday, March 05, 2002 7:47 AM > > To: Tomcat Users List > > Subject: Re: Who uses connection pool? > > > &g

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
Hello! I followed your link and found out that example in there is slightly incorrect. Identifier "dataSrc" is not declared. Besides Tyrex people acknowledged that if your database doesn't support pooling then all you have is tyrex EnabledDataSource class without pool support. I personally is wait

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
DBConnectionBroker http://opensource.devdaily.com/ddConnectionBroker.shtml > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Lev Assinovsky > Sent: Tuesday, March 05, 2002 7:47 AM > To: Tomcat Users List > Subject: Re: Who us

RE: Who uses connection pool?

2002-03-05 Thread King-On Yeung
yes, i do. follow suggestion: http://mikal.org/interests/java/tomcat/archive/view?mesg=41226 it works for JNDI + postgesql . -- __ Your favorite stores, helpful shopping tools and great gift ideas. Experience the convenience o

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
Which one? Jim Urban wrote: > We do. > > Jim Urban > Product Manager > Netsteps Inc. > Suite 505E > 1 Pierce Pl. > Itasca, IL 60143 > Voice: (630) 250-3045 x2164 > Fax: (630) 250-3046 > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > > Of Lev As

RE: Who uses connection pool?

2002-03-05 Thread Jim Urban
We do. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Lev Assinovsky > Sent: Tuesday, March 05, 2002 3:09 AM > To:

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
ems to be a new pool. > Is that your experiance. Each time the servlet runs a new connection. > > Andrew > > -Original Message- > From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] > Sent: 05 March 2002 10:53 > To: Tomcat Users List > Subject: Re: Who uses connection

RE: Who uses connection pool?

2002-03-05 Thread Andrew Rodwell
sage- > > From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] > > Sent: 5. mars 2002 09:37 > > To: Tomcat Users List > > Subject: Re: Who uses connection pool? > > > > > > I already looked in there. > > I was confused that their pool is for GSP. &g

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
ssinovsky [mailto:[EMAIL PROTECTED]] > > Sent: 5. mars 2002 09:37 > > To: Tomcat Users List > > Subject: Re: Who uses connection pool? > > > > > > I already looked in there. > > I was confused that their pool is for GSP. > > Tomcat uses Tyrex by def

RE: Who uses connection pool?

2002-03-05 Thread Reynir Hubner
EMAIL PROTECTED] > -Original Message- > From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] > Sent: 5. mars 2002 09:37 > To: Tomcat Users List > Subject: Re: Who uses connection pool? > > > I already looked in there. > I was confused that their pool is for GSP.

Re: Who uses connection pool?

2002-03-05 Thread Lev Assinovsky
I already looked in there. I was confused that their pool is for GSP. Tomcat uses Tyrex by default. How about that? Reynir H?bner wrote: > sure > check out bitmechanic.com, that´s a fine place to start. > > -hope it helps > [EMAIL PROTECTED] > > > -Original Message- > > From: Lev Assino

RE: Who uses connection pool?

2002-03-05 Thread Reynir Hübner
sure check out bitmechanic.com, that´s a fine place to start. -hope it helps [EMAIL PROTECTED] > -Original Message- > From: Lev Assinovsky [mailto:[EMAIL PROTECTED]] > Sent: 5. mars 2002 09:09 > To: 'Tomcat Users List' > Subject: Who uses connection pool? > > > Hi! > C