2010
WebSockets in Firefox
by marco2009
Comet is dead long live websockets
by marcoLiberator - the real time Ajax / Comet streaming server
by vrossign2008
A Million-user Comet Application with Mochiweb, Part 1 | Richard Jones, Esq.
by greutIn this series I will detail what I found out empirically about how mochiweb performs with lots of open connections, and show how to build a comet application using mochiweb, where each mochiweb connection is registered with a router which dispatches messages to various users.
with details how to tweak the kernel and make a flood test
High-performance Ajax with Tomcat Advanced I/O
by night.kame & 1 otherPython Package Index : morbid 0.8.1
by greutA Twisted-based publish/subscribe messaging server that uses the STOMP protocol
Comet Daily » Blog Archive » Independence Day: HTML5 WebSocket Liberates Comet From Hacks
by ghis (via)Comet Daily » Blog Archive » The Future of Comet: Part 2, HTML 5’s Server-Sent Events
by greutComet doesn’t have to be a hack. Currently, as we saw last time, Comet relies on undocumented loopholes and workarounds, each one with some drawbacks. We can make Comet work effectively in every browser, using streaming transports on subdomains of the same second-level domain, or using script tag long polling across domains. But this leaves Comet developers implementing (and more frustratingly, debugging) several transports across several browsers. Traps are numerous and easy to stumble into.
event-source is the future of all Comet things.
Request.Comet - Comet wrapper for mootools 1.2
by greut (via)Comet wrapper for the Mootools 1.2 JavaScript framework.
Comet Daily » Blog Archive » The many shades of Bayeux/Cometd
by greutCometd Bayeux is a publish/subscribe messaging system, and this has drawn some criticism that PubSub is not the most flexible paradigm for an Ajax/Comet transport.
Comet Daily » Blog Archive » 20,000 Reasons Why Comet Scales
by greutAfter some recent optimizations, the Dojo Cometd implementation of the Bayeux protocol running on the Jetty web server can now handle up to 20,000 simultaneous users per server while maintaining sub-second latency.
impressive numbers. Does the Twisted one can beat that?