
This is an implementation of a database connection pooling system
It manages connections, adds some when needed, and periodically
check there status and renew them is they appear corrupt/hung.

This is an implementation of a database connection pooling system
It manages connections, adds some when needed, and periodically
check there status and renew them is they appear corrupt/hung.
It also release connections if they aren't used for a while.