This repository was archived by the owner on Feb 16, 2021. It is now read-only.
This repository was archived by the owner on Feb 16, 2021. It is now read-only.
Pluggable Connection Pool #13
Open
Description
We have had some bad experience int he past with C3PO - mainly leaking connections and not closing properly. I am sure it more to do with the settings used and our custom JDBC driver.
We have been using BoneCP with a lot of success!
I wanted to get your thoughts on a configurable connection pool?
One of the nice things about BoneCP is they provide a connection hook, to be able to perform specifc logic around when to terminate a connection/all connections. I am not sure how this would be supported in the module.
Thanks,
Carter