RE: JDBC Pooling Clarification

2003-06-30 Thread Gregory, Carlton
e not seen any third party implementations of the Oracle ConnectionCache (pooling physical connections). -Original Message- From: mike jackson [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 5:05 PM To: 'Tomcat Users List' Subject: RE: JDBC Pooling Clarification Personally I

RE: JDBC Pooling Clarification

2003-06-27 Thread mike jackson
es not include, some assembly required. --mikej -=-- mike jackson [EMAIL PROTECTED] > -Original Message- > From: Gregory, Carlton [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 12:54 PM > To: 'Tomcat Users List' > Subject: RE: JDBC Pooling Clarification &

RE: JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
PROTECTED] Sent: Friday, June 27, 2003 4:44 PM To: Tomcat Users List Subject: RE: JDBC Pooling Clarification Howdy, > Question 1. This package is used REGARDLESS of what database you >are using? You can configure what package is used by altering the factory setting in the section for you

RE: JDBC Pooling Clarification

2003-06-27 Thread Shapira, Yoav
Howdy, > Question 1. This package is used REGARDLESS of what database you >are using? You can configure what package is used by altering the factory setting in the section for your data source. > Question 2. If DBCP does not have to be used then I could use >Oracles connection

JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
After googling to countless pages on connection pooling I figured I should ask the list for some clarification. According to this doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html DBCP is what Tomcat uses to perform connection pooling. Question