You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "R. Sriram" <sr...@rstech.net> on 2016/01/22 12:35:04 UTC

JDBC Connection pooling

Hello I am trying to establish connection pooling.
Should I be using dbcp?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: JDBC Connection pooling

Posted by Felix Schumacher <fe...@internetallee.de>.
Am 22.01.2016 um 12:35 schrieb R. Sriram:
> Hello I am trying to establish connection pooling.
> Should I be using dbcp?
If you want to use db connection pooling, it is probably a good idea to 
use the pooling method the container gives you, as it will be used by a 
lot of people and therefore has gotten a lot of testing.

In the case of tomcat that would be a copy of commons dbcp(2).

Regards,
  Felix
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org