[appengine-java] Re: Channel API Disconnect not being hit every time.

2011-07-06 Thread Amorgos
Any views on this? Thanks On Jul 4, 9:41 am, Amorgos eurigjo...@gmail.com wrote: Hey, I have created servlet which is hooked onto the POSTs for /_ah/channel/ connected/ and /_ah/channel/disconnected/. This is hit most of the time, but it does not get executed every time. Is this expected

[appengine-java] Channel API ChannelMessage sending Asynchronous?

2011-06-25 Thread Amorgos
Hey, I'm experimenting at the moment with the Channel API and I'm wondering if the ChannelService.sendMessage() call is asynchronous. This is because I am calling it within a servlet so if I need to call ChannelService.sendMessage() on potentially 100 or so channels will this be done