Database monitoring and connection pooling

Elias Ross genman at noderunner.net
Thu May 30 19:14:05 UTC 2013


On Thu, May 30, 2013 at 1:12 AM, Thomas Segismont <tsegismo at redhat.com> wrote:
> I was talking about creating the connection pool in the concrete database
> plugins, in the top most DatabaseComponent:
>
> * OracleServerComponent for Oracle plugin
> * PostgresServerComponent for Postgres plugin
> * MySqlComponent for MySQL plugin

But there are more benefits are greater going with a single pool
library. You get standard debug logging (log4j), standard pool
configuration settings across all components, and basically less
driver-specific coding and testing.

I guess I don't really care that strongly either way, if I'm not the
one doing the work. But if I do it, I'd like to use a pool library.


More information about the rhq-devel mailing list