You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Meichun Li <li...@metalab.unc.edu> on 2002/07/04 14:09:06 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Connection Pooling?

Posted by Me& <to...@opbit.com>.
Hey!

You could try to use this connection pool. I've used it and its a decent
good working pool.

www.javaexchange.com/api/com/javaexchange/dbConnectionBroker/
DbConnectionBroker.html

But the site seems to be down at the moment.

Elm


> 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:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>