Are you returning results to a web browser, or a specialized client? One of the Google I/O talks demonstrates spawning a crapload of tasks in parallel to collect results, and in that demo most of the tasks had completed by the time the web page had refreshed (it might be the one someone linked to at stackoverflow).
If it's webpage responsiveness that's the issue, you could provide results using the channel api, or with ajax polling. If it's a specialized client, could it poll for results every few seconds until they're exhausted? -- 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.
