On Wed, Oct 28, 2009 at 7:33 AM, Baron <[email protected]> wrote: > > hello, > > part of my app uploads a file and needs to parse each line of the > file. The parsing of the whole document takes longer than 30 seconds, > so I was wondering how to handle this. > > Currently I am considering storing the upload in the datastore and > parse as far as I can. Then when I get DeadlineExceededError I create > a new Task Queue with the line number to continue from. > > Is there a problem with this? Or a better way?
What if the document was one exceedingly long line? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
