G
Guest
I am in the process of debugging a connection pooling problem in a
traditional 3-tiered app. There is a connection factory that all DAOs are
supposed to call to get a connection (yes, some DAOs probably aren't and I am
looking at that). In the meantime, I want to add some instrumentation that
shows when a particular connection in created in a particular connection pool
and when that particular connection is disposed.
Does anyone know of a way, probably using reflection, to identify a
connection? Perhaps somewhere in the SqlInternalConnection?
Any help or other ideas are greatly appreciated.
Regards,
Doug
traditional 3-tiered app. There is a connection factory that all DAOs are
supposed to call to get a connection (yes, some DAOs probably aren't and I am
looking at that). In the meantime, I want to add some instrumentation that
shows when a particular connection in created in a particular connection pool
and when that particular connection is disposed.
Does anyone know of a way, probably using reflection, to identify a
connection? Perhaps somewhere in the SqlInternalConnection?
Any help or other ideas are greatly appreciated.
Regards,
Doug