> > I guess the short question is if I call queue.add(), if the task will > execute in the same instance that it was added in?
I think its best to assume it wont be, but that it could be. (ie dont take anything for granted) Remember in general task requests operate differently (have different quota limits etc), so Google is more likely to run them on different machines more optimised for long running tasks. But also Google is free to change that implementation detail as it sees fit, so you shouldnt base any design on a specific implementation. -- 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.
