Re: Jdbc connection pooling without app/J2ee server

From: Alin Sinpalean (alin_at_earthling.net)
Date: 04/06/04


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.



Relevant Pages

  • Re: When will IBM practice what they preach?
    ... Connection pooling is very important for good speeds with java apps. ... The good thing is that you chose Tomcat. ... I runs like hell - the iSeries is a wicked database server - and tomcat on ... then I know they are still trying to sell sell sell... ...
    (comp.sys.ibm.as400.misc)
  • DBCP Configuration with Tomcat 4.1.27 and mySQL
    ... I'm a Java Web developer NEWBIE that has inherited a website that ... another replica DEVELOPMENT website and upgraded it to Tomcat 4.1.27. ... I was told this version of Tomcat supports Database Connection Pooling ...
    (comp.lang.java)
  • Re: [JDBC] Connection pooling
    ... of course you should only use a tomcat when your app is a webapp. ... > Here are a few things I don't understand about connection pooling. ...
    (comp.lang.java.databases)
  • Re: About connection pooling
    ... how do I obtain the correct connection pooling for my servlet. ... jTDS could still very well have ... Actually DBCP is what is used by Tomcat, ...
    (comp.lang.java.databases)
  • Re: About connection pooling
    ... how do I obtain the correct connection pooling for my ... > but DBCP and DBPool are packages providing connection pooling ... Actually DBCP is what is used by Tomcat, ... > Either jTDS pooling or Tomcat pooling. ...
    (comp.lang.java.databases)