DB-backed storage service: testing database pool status?

Cantor, Scott cantor.2 at osu.edu
Thu Aug 28 15:59:00 EDT 2014


On 8/28/14, 3:51 PM, "Wessel, Keith" <kwessel at illinois.edu> wrote:

>So, it sounds like Tomcat 6, if I read that right, uses DBCP by default.
>Of course, since I had no query validation or pool object eviction
>enabled, that does me little good.

I wouldn't really count on that. Just use a recent dbcp and configure it
yourself. Tomcat never did pooling before, and I wouldn't trust them to
keep doing it. I don't even think they *should*; it makes no sense to
override the deployer's explicit choice of DataSource because they think
they know better. In fact, they don't, because a default pool is not
useful.

-- Scott



More information about the users mailing list