2009/3/15 thuan <[email protected]>: > > I know the topic is more about microblogging services than xmpp, but > by chance, have somebody achieved to install some comet/ajax push > applications? The technique might be used to speed up message display > for popular conversations as it is used for the chat function in > google mail.
Since there are no blocking / sleeping primitives in AppEngine, it's not really possible without spinning and burning a tonne of CPU, or making lots of requests. You really need an external component for it. Hopefully the AppEngine XMPP support that is on the roadmap will include support for BOSH (<http://xmpp.org/extensions/xep-0124.html>), which would solve the Comet problem beautifully. :) David > > > -- It is better to be wrong than to be vague. — Freeman Dyson --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
