hi, is it possible to connect multiple clients to the same channel and send an 'updates message' to all of the connected clients with a single channel.send_message() call? i would like to avoid to keep track of how many clients connect and i need to send messages only from the app to the client and not the other way around.
another thing... in the docs it says: The Channel API creates a persistent connection between your application and Google servers, allowing your application to send messages to JavaScript clients in real time without the use of polling. the browser makes a GET every 20ms to http://localhost:8080/_ah/channel/dev?command=poll&channel=channel-1368834851-mychannel isn't this polling too? thank you -- 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.
