Hi,

Why not handle resource intensive requests in a transparent way?  This
can be done without changing quotas/deadlines.

In particular, you could give developers a way to designate certain
request handlers as potentially resource expensive.

You could then run these handlers on our behalf at your convenience.
It's ok for them to take a long time to complete.  However, it would
be nice to inform us when they do complete (e.g., by email).

The point is that the code for such handlers would be the same as the
code for normal handlers.  There's no need to split up the task,
invoke the handler repeatedly, etc..  You could do that automatically
for us behind the scenes.

Amir


--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
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