i've configured Tomcat 4 to use a JDBC data source obtained via the JNDI
InitialContext following the instruction in the JNDI Resources HOW-TO. the
database connections are working properly but connection pooling doesn't
seem to be working. in my tests establishing and closing database
connections a 1000 times takes about 60 seconds using unpooled connections
and it takes about the same time using a data source obtained via JNDI API
whereas using OracleConnectionPoolDataSource it takes about 1 second.

does Tomcat 4 implement JDBC connection pooling by itself or do i have to
configure TC to use a connection pool implementation provided by the JDBC
driver vendor? how is the configuration done?

-- 
        aspa



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to