Re: [google-appengine] Why can't Channel API perform a fan-out broadcast?

2011-05-03 Thread Barry Hunter
Well I would imagine the server component that clients listen to only expect one client to be listening to a given id. So getting multiple connections to the same channel wont work, maybe they will all actully appear to work, but only (say) the last will be functional. Or when the channel api

[google-appengine] Why can't Channel API perform a fan-out broadcast?

2011-05-02 Thread Albert
In the documentation, it says... Treat the token returned by create_channel() as a secret. If a malicious application gains access to the token, it could listen to messages sent along the channel you are using.[1] and then the following section proceeds to say... Only one client at a time can