I've had a huge issue with this plugin. We launched a new site last week and it was running great before. However, when we started to get people coming to visit, after an hour I was getting constant emails to tell me that:
Quote:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: User blah_blah already has more than 'max_user_connections' active connections
/home3/blah_blah/public_html/website/includes/class_core.php on line 313
|
What the plugin was doing was causing too many consecutive queries through the database at one time. As soon as I disabled the plugin, it was fine again.
My host allows for 15 simultaneous queries at one time to the database.