Hi, could this be a client side error? Can you show the stack trace?
On Tuesday, April 24, 2012 1:53:18 AM UTC+4, Carl S wrote: > > Hello, I'm attempting to do some stress testing on my GAE application > to see how it's performance holds up with a large number of > simultaneous users. I tried having a 100 threads each send an https > requests within 1 second, but half of them failed with the following > message: > "Error: Connection not allowed: reached maximum number of > connections." > > This is a paid app, so I tried upgrading the instance class and > setting up some idle instances, but it doesn't seem to make any > difference. > > Is there a limit on the number of simultaneous connections? Or is > this because all the requests are generated from the same host? > > Thanks -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/c_Fk0AcB1BkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
