Hello,
I'm using Torque v3.1 with commons-dbcp connection pooling. I'm getting what I believe is a connection leak. After a certain time of my application being up and responsive it just hangs. Is there anyway I can verify this? E.g. Can I see how many connections are left in the pool, how many have been taken and not returned, etc? In some places I do a Torque.getConnection() but may not be returning them. Can I cause them to be reaped automatically if I forget to return them? Paul
