Hi,

> as a GAE developer, is there anything that we can
> do to avoid "Request aborted error" scenarios?

You can run appstats, and if your app has any request taking more than
~700ms work on optimizing it. Long requests are the first to time out
during periods of high latency and are generally a source of problems
in App Engine.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to