On Dec 23, 8:55 am, Chen Harel <[email protected]> wrote:
> That is interesting stuff...
> But if the AJAX will take too much time, will I get disconnected from
> the appEngine?
There are no persistent connections to App Engine anyway. The request
has ~10 seconds to put together a response, and sends the data back
all at once. The browser is "disconnected" from App Engine as soon as
it receives any response. Your javascript can take as long as it
wants to do processing since it will need to make new requests to App
Engine to send back data anyway.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---