I've opened issues in the tracker for the items in my wishlist. Please star whichever ones you find desirable:
On Thu, Feb 3, 2011 at 8:36 PM, Peter Petrov <[email protected]> wrote: > > 1. Batch send method (efficiently fan-out one message to a potentially > large number of channels). Moishe said this was planned some time ago. > > http://code.google.com/p/googleappengine/issues/detail?id=4506 > 2. Channel presence (connect/disconnect notifications to the application). > This is also being worked on according to Moishe. > > http://code.google.com/p/googleappengine/issues/detail?id=4507 > 3. Charge CPU on channel disconnect time, instead of token creation time. > This would allow us to pay for the actual usage, instead of the current > fixed 2-hour tokens, which require us to implement complex and imperfect > token reuse schemes. Hopefully this shouldn't be too hard to implement given > that you are already working on disconnect notifications. > > http://code.google.com/p/googleappengine/issues/detail?id=4508 > 4. Direct access to the lower Channel API layers for non-browser based > clients, bypassing the JavaScript long-polling Comet layer. E.g. something > like allowing a client to connect via XMPP to > [email protected] using the channel_token as password. > > http://code.google.com/p/googleappengine/issues/detail?id=4226 (this issue already existed, I didn't open it) -- 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.
