Have a look at the following, you might find it interesting for pooling.  I
have not tried it myself, but would be interested if anyone outthere finds
it useful.

http://poolman.sourceforge.net/

Enjoy..
Johnny.

-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: 05 December 2000 01:36
To: [EMAIL PROTECTED]
Subject: Re: connection pooling


Mukul Sood wrote:

> Hello All,
>
> I would like to know whether Tomcat supports database connection pooling.
> If not then do developers have to implement their own connection pool.
> Also can one use jdbc 2.0 data source with Tomcat.
> Would appreciate any info on these questions.
>
> Thanks in advance
>
> Mukul

Tomcat has no built-in support for database connection pooling.  However,
since
a connection pool is just Java code, any connection pool you find will run
under
it.  A place to start looking for more info would be the "JDBC Drivers" page
at
<http://java.sun.com/products/jdbc>.

Craig McClanahan

Reply via email to