Segment the import, then import in sections. Ie Rows 1-500 then rows 501-1000.
You might also use your local machine running the code to talk to the remote app in "baby steps" Parse data to new format, Post to GAE App, GAE app Writes to GQL or where ever... Rinse, repeat. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of dogan kaya berktas Sent: Thursday, September 03, 2009 11:44 AM To: Google App Engine Subject: [google-appengine] running a long process once I am converting a legacy project to a new developed java project on GAE. I exported the old data into an XML file and want to parse it and add to GAE once. However it takes around 30 seconds to read and create new data structure on my local machine and this is why I can not run it on GAE even if, it should only called once. Any suggestions for long batch operations on GAE? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
