Monday, January 14, 2013

100 Connection Limit

Currently we are facing 100 connection limit in our application. I accessed the link given below:


Following is the FAQ section of  Cloud SQL related to connection management.
How should I manage connections?
Database connections in a cloud hosted environment should be managed differently to those on a conventional server. In particular, be aware that your database instance may be taken offline while not in use, and any pooled connections would be closed. We recommend that a new connection is created to service each HTTP request, and re-used for the duration of that request (since the time to create a new connection is similar to that required to test the liveness of an existing connection).

According to this we can handle only hundred request simultaneously. We are getting error in our application continually. Please provide any suggestion 

No comments:

Post a Comment