The SDK is single-threaded, but our production servers aren't, so a request should still process until it either completes or hits a deadline and regardless of how many other processes are running at any given time.
Daniel On Dec 10, 8:15 am, gvan <[email protected]> wrote: > In part of my app the user uploads a file this is done using ajax; > this file is processed and then uploaded to another website. My > question is: if the user navigates away from the page while appengine > is processing the file will it abort. In other words can appengine run > more than one process from an app or will it abort as soon as a new > request comes in? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
