I have a site that uses hanging AJAX connections that notify the
client when certain database changes happen.

The server checks the database every 5 seconds, and if the change has
taken place, returns the data to the client. Otherwise, it keeps
looping.

As it is, I need to re-establish this connection every 25 seconds,
because of the 30 second deadline imposed on google app engine.

Is there any better way to do this?

-- 
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.

Reply via email to