On 14. mai. 2008, at 00.46, Andrus Adamchik wrote:
(2) Setup server-to-client event push. I did that in the past with a
always-on XMPP connection in parallel with the main HTTPS data
channel (I know it worked for object updates... it needs to be
extended to cache groups invalidation). For a long time I wanted to
investigate Jetty Continuations (and more generally, queuing events
on the server for each live client, and letting client frequently
poll for events). This would allow to reuse the main ROP connection,
but this needs to be developed yet.
It looks like the thing Jetty are doing with Continuations will be(2) Setup server-to-client event push. I did that in the past with a
always-on XMPP connection in parallel with the main HTTPS data
channel (I know it worked for object updates... it needs to be
extended to cache groups invalidation). For a long time I wanted to
investigate Jetty Continuations (and more generally, queuing events
on the server for each live client, and letting client frequently
poll for events). This would allow to reuse the main ROP connection,
but this needs to be developed yet.
standardized in Servlet 3.0
http://blogs.webtide.com:80/gregw/2008/04/28/1209355449829.html
Regards,
- Tore.