Again, it will not be a factor. The 30 second limit applies to your code's run-time, your code does not directly handle the upload.
Robert On Mon, Jan 17, 2011 at 21:36, nischalshetty <[email protected]> wrote: > It'll probably be a problem if you have file uploads. For regular > requests it shouldn't be a problem. > > -N > > On Jan 17, 11:00 pm, Robert Kluin <[email protected]> wrote: >> The 30 seconds applies to your code. A user's slow internet won't be >> a problem, provided you're within the other quotas. >> http://code.google.com/appengine/docs/python/runtime.html#Quotas_and_... >> >> or, for blobstore: >> http://code.google.com/appengine/docs/python/blobstore/overview.html#... >> >> Robert >> >> >> >> >> >> >> >> On Mon, Jan 17, 2011 at 03:52, Rat <[email protected]> wrote: >> > Hi >> > I have a question about 30 second response time limitation. >> > Imagine that the users should upload their personal photo in a form. what >> > would happened if someone has a slow internet connection and the uploading >> > process takes longer than 30 seconds? >> > Does the connection disconnected? >> > Cheers >> >> > -- >> > 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. > > -- > 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. > > -- 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.
