You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Quinton McCombs <qm...@nequalsone.com> on 2003/02/26 23:32:19 UTC

Executing custom code on pool events

I need to be able to execute code when certain event happen with pooled
database connections.  The events are as follows:

- A connection to the database is created or destroyed.  
- A connection is obtained from the pool or returned to the pool.

Has anyone else implemented this type of functionality?