Re: Jdbc connection pooling without app/J2ee server
From: Alin Sinpalean (alin_at_earthling.net)
Date: 04/06/04
- Next message: Lars-Inge Tønnessen: "Re: MSSQL2000 jdbc driver on UNIX --- (again)"
- Previous message: Alin Sinpalean: "Re: Trusted connections"
- In reply to: Joe Weinstein: "Re: Jdbc connection pooling without app/J2ee server"
- Messages sorted by: [ date ] [ thread ]
Date: 6 Apr 2004 01:00:08 -0700
Joe Weinstein <joeNOSPAM@bea.com> wrote in message news:<40717AD6.9010706@bea.com>...
>
> I would be surprised if tomcat didn't offer
> connection pooling already. If you get $ucce$$ful enough to run a
> BEA Weblogic appserver, we offer the best pooling there is...
> Joe Weinstein at BEA
>
Tomcat does offer connection pooling. And it's good enough to be one
of the most common connection pools in use. It's called DBCP (you can
also get it as a separate package) and you can find out more about it
at http://jakarta.apache.org/commons/dbcp/ or in the Tomcat
documentation.
Alin.
- Next message: Lars-Inge Tønnessen: "Re: MSSQL2000 jdbc driver on UNIX --- (again)"
- Previous message: Alin Sinpalean: "Re: Trusted connections"
- In reply to: Joe Weinstein: "Re: Jdbc connection pooling without app/J2ee server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|