I've used this connection pool for a few years now, but only recently has it been put to the
test. Recently, a few bad queries were written to fuel some reports causing the system to come to a hault if run during a busy time. We found that once the queries were done running, the database became healthy again, but the connection pool wouldn't begin to deliver connection threads again.
Yes, the queries are gone, but I'm actually glad to have experienced this, because it exposed an issue with the connection pool.
Why won�t the connection pool �start up� again?
It's almost like there isn't a timeout and once the database goes down, all the threads get used up and they don't let go ever...
Any ideas?
Thanks!
Constructor
GetConnection Code