I think I should set up a cron job to email this link out every day.... http://marc.theaimsgroup.com/?l=tomcat-user&m=102225547106556&w=2
> -----Original Message----- > From: Meichun Li [mailto:[EMAIL PROTECTED]] > Sent: 04 July 2002 13:09 > To: Tomcat Users List > Subject: Connection Pooling? > > > Hi, > I want to implement my application with Connection Pooling. > > Tomcat offers supports of a connection pool for JDBC > connection, but there > should be a prerequisite--JDBC driver should provide pooled > datasource > implementation. Is this right? > > The JDBC driver for MySQL database I am using is > org.gjt.mm.mysql. The > driver has the class MysqlDataSource that is a JNDI DataSource for > Mysql JDBC connection-- only the basic > implementation of javax.sql.Datasource but not connection pool > implementation. > > Is this means that I can't use connection pool with this > JDBC driver in > tomcat? > > Thanks! > > Meichun > > > -- > Meichun Li > Ibiblio.org > 919-962-5646 > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
