On Mon, 2 Apr 2001, Waldhoff, Rodney wrote:
> Here's the DBCP proposal.
>
> The DBCP package provides a Driver and DataSource wrapper around any
> ObjectPool implementation (see Commons-Pool) and arbitrary sources for
> Connections, so I think it should serve most anyone's needs.
>
> This is originally based upon a DBCP implementation we've been using in
> production for quite a while now, and it has performed admirably well for us
> in a top-100, database intensive site, although this specific implementation
> has been changed at bit so a problem may have cropped up here or there.
>
> As I mentioned in my earlier correspondence with Craig, I've dropped the
> JOCL proposal and moved the JOCL classes into this bundle. It looks like
> Digester does everything JOCL does and more, so once Digester is available,
> we can port from JOCL to Digester, and drop JOCL altogether.
>
+1
> - Rod
>
Craig