cometD Acknowledged Message Extension
by Greg WilkinsMarch 27th, 2009cometd-jetty now has an acknowledged message mechanism for reliable message delivery.
cometd-jetty now has an acknowledged message mechanism for reliable message delivery.
I recently had the chance to interview the creator of iStreamLight, an open-source library for the iPhone that implements the network protocol of Lightstreamer.
Recent discussions on Comet server performance have focused on sockets and IO. However, different usage profiles can cause some very different performance results.
Are threads really that bad? Is there a significant difference between IO and NIO for Java-based Comet servers? The assumptions, conclusions, and contradictory evidence might surprise you.
REST Channels is a Comet protocol for data notifications designed to integrate with a REST architecture. REST Channels leverages the semantics of HTTP messaging and provides notifications of the creation, update, and deletion of resources using REST’s resource identifiers (URI) in order to provide real-time views of data from web clients.
Chat rooms have been cited as the “Hello World” application of Ajax Comet because chat is something that everybody can understand and represents a good exemplar of the technology. With my own work, I have frequently used the cometD chat demo as the basis of benchmarking and scalability tests.
One of the common misconceptions regarding cometD, is that it can only do publish-subscribe messaging. While this misconception may be encouraged by the protocol design, it is definitely possible to do private messaging with cometD
This tutorial will show you how to build a simple broadcast application for numerical data and represent that data graphically in the browser. The resulting user interface is very simplistic so that we can focus on the important parts of real-time applications.
Recently I integrated Jetty’s cometD implementation of Bayeux with Persevere. With this new functionality, Bayeux-based Comet communication can be used to route messages through Persevere’s stored objects.
Stomp is an incredibly straightforward message queue protocol. Stomp derives its name from an acronym with the same letters that stand for Streaming Text-Oriented Messaging Protocol.
ItsNat v1.0 has been released and features "Full Remote Control" mode for the sharing of pages by many users.
Read moreWe've all seen the typical Comet demos: chat, stock quotes, and system monitoring applications. Hookbox user Salman Haq surprised me with a demo I hadn't seen before with Comet: a graphical equalizer with its values driven from Comet
Read moreJames Coglan has just released Faye 0.5, an easy-to-use publish-subscribe messaging system for Ruby, Node.js and web browsers, based on the Bayeux protocol.
Read moreThe recent London Comet panel was a fun and informative introduction to Comet by many of the world's leading Comet developers.
Read more


