On May 27, 2010, at 11:09 AM, Thomas D. wrote:

When you are allowed to have 15 connections to your database server, you can serve 15 requests at the same time, when every request will establish 1
connection.

I completely agree with Thomas. If you are getting the error of too many connections on your production website, it's most likely you have >15 concurrent requests.

However, if you're getting the error on your development/test environment, and you are certain that only one request is active, that's a different matter.

Regards,
Bill Karwin

Reply via email to