The way to do long-running requests on AppEngine, on frontend or backend, is to use task queues. Tasks have a 10-minute timeout rather than 60 seconds, but if you need even more time you can run it on a backend instance by giving it a target name.
Read full article from java - App Engine: correct way to start long running task in Backend from the front end? - Stack Overflow
No comments:
Post a Comment