There seems to be some confusion with some articles I have read about what PubSubHubbub (PuSH) does with regards to the real time web. This article should clear up some aspects of PubSubHubbub.
PubSubHubbub is a protocol to turn the polling (pulling) style of communication for RSS and Atom feeds into a push mechanism. This is great for those blogs that update very often, but most blogs will be much less frequent, so polling them for updates is very inefficient.
So does PubSubHubbub mean that all our news readers (apps or web based) suddenly become real time for any feed supporting PubSubHubbub? Do they get a new blog posting pushed to them as soon as it is published? Well, no, it doesn’t mean that at all.
(More …)


Daniel Inniss 10:01 pm on 9th March, 2010 Permalink |
Its only a small step for the server to push the updates to the readers. Obviously its not necessary to use the HTTP protocol with readers but i still think its a small step