Re: Connection Pool Failing Under Load
Posted by: Justin Fidler
Date: April 09, 2023 11:14PM

Posting how we solved this in case it's helpful to others. We moved to MySQLConnector (https://mysqlconnector.net/) and we've been on that for a week and the pool problems no longer appear.

Note our application does a ChangeDatabase() on each request (we run lots of schemas on the same database), which may not be that common. My guess is the issue somehow relates to that.

Justin

Options: ReplyQuote


Subject
Written By
Posted
Re: Connection Pool Failing Under Load
April 09, 2023 11:14PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.