I have large static file (8MB zip file) hosted in GAE. When I make a HTTP request from a mobile handset to download this static file, some times I get timeouts. There are times when the mobile loses network connectivity momentarily and reestablishes. I am able to continue with the download even after momentary network connectivity issues but then there are times the download completely fails. How long GAE would keep the socket open before terminating the session in such cases? Does GAE closes the connection after certain time of inactivity? If I serve the same static file via a Python program hosted in GAE, what would be the exception message be in this case?
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.
