Here's what I read in the documentation:

For front-ends:
(http://code.google.com/appengine/docs/java/urlfetch/overview.html#Requests)
"*You can set a deadline for a request, the most amount of time the service
will wait for a response. By default, the deadline for a fetch is 5 seconds.
The maximum deadline is 10 seconds for HTTP requests and 10 minutes for task
queue and cron job requests.*"

For backends:
(
http://code.google.com/appengine/docs/java/backends/overview.html#Billing_Quotas_and_Limits
)
"*Backends are exempt from the 30-second deadline for user requests and the
10-minute deadline for tasks, and run indefinitely. Backends are subject to
the same API quotas, limits, and call deadlines as normal instances, with
the following exceptions:*"


On Fri, Sep 16, 2011 at 1:43 AM, DAndrea <[email protected]>wrote:

>
>
> On 15 Set, 20:40, Rishi Arora <[email protected]> wrote:
> > Actually, you're right, backends are exempt from the 10 second deadline
> for
> > URL fetch operations,
>
> Reading the documentation the deadline should be always 10 sec
>
>
> http://code.google.com/intl/it-IT/appengine/docs/python/backends/overview.html#Billing_Quotas_and_Limits
>
> --
> 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.

Reply via email to