How does it compare to DBCP?
Zsolt
> A new version of DBPool has been released (v4.7.2), and is available for
> download from http://www.snaq.net/java/DBPool/
[quoted text clipped - 18 lines]
>
> Stan
G Winstanley - 16 Nov 2005 00:54 GMT
> How does it compare to DBCP?
>
> Zsolt
I've not used DBCP myself, but at looking at the specs it seems that
DBCP is a comprehensive package, so I imagine it can do every bit as
much as DBPool. That said, the footprint of DBPool is much smaller, so
it would likely be a better option for small WebStart applications and
similar. For server-side applications it's just a matter of choice.
Looking at the documentation for DBCP it seems DBPool is probably
simpler to get up and running quickly. I'll leave the details of
comparison to others. It seems a little biased for the author of one of
the products to make a comparison.
Stan