You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Jerome Jacobsen <je...@gentootech.com> on 2004/12/30 15:39:51 UTC

[DBCP] Is BasicDataSource pooling?

Hi,

Is the BasicDataSource a connection pooling DataSource?  
The 1.2.1 Javadocs don't answer this.

-Jerome

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: [DBCP] Is BasicDataSource pooling?

Posted by Craig McClanahan <cr...@gmail.com>.
Yes it is a connection pooling DataSource.  It also happens to be the
implementation that Tomcat uses to provide JNDI-accessed data sources:

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jndi-datasource-examples-howto.html

Craig



On Thu, 30 Dec 2004 09:39:51 -0500, Jerome Jacobsen
<je...@gentootech.com> wrote:
> Hi,
> 
> Is the BasicDataSource a connection pooling DataSource?
> The 1.2.1 Javadocs don't answer this.
> 
> -Jerome
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org