Lucas, There is a 60 second limit for handling a frontend request - see http://code.google.com/appengine/docs/python/runtime.html#Quotas_and_Limits
On Wed, Feb 1, 2012 at 3:41 AM, Lucas <[email protected]> wrote: > i need to do a POST of file into server . i do not need > blokstore ,because after server receive it, server will send out the > file as email. i check > http://code.google.com/appengine/docs/quotas.html#Requests > . there is no longer 30s limit. the only limit is request must be > within 32MB. am I correct? > > -- > 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.
