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 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.

Reply via email to