You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by rs...@purina.com on 2001/12/07 15:46:58 UTC

Torque connection pooling versus DBCP code in Commons

Could someone please explain the direction of the connection pooling code in

Torque versus the code in the Commons DBCP package? 

Thanks,
Randy speh

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Torque connection pooling versus DBCP code in Commons

Posted by Jon Stevens <jo...@latchkey.com>.
on 12/7/01 6:46 AM, "rspeh@purina.com" <rs...@purina.com> wrote:

> Could someone please explain the direction of the connection pooling code in
> 
> Torque versus the code in the Commons DBCP package?

The one in Torque came LOOOONG before the one in commons DBCP. It also does
more and is more integrated into Torque (such as determining what type of
database you are connecting to). It is also a significantly simpler code
base in that it is only about 2 classes.

-jon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>