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 asynchronously so the request doesn't take so long?

If not, I guess I would have to use a task queue to field off the work
there. Is it possible to send from the task queue?

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to