I am running a performance test on my development server of simulating 350 users hitting the site with an httpd request, at 2 second intervals.
I set the max mysql connections to 1500 and within 40-50 seconds, it gives me the message of:
Database Error: Unable to connect to your database. Your database appears to be turned off or the database connection settings in your config file are not correct. Please contact your hosting provider if the problem persists.
The question I have, is it possible that EE does not close the connection after the user was done w/ it’s httpd request?
EE 1.6.9
MySQL 5.0.77
PHP 5.1.6