May 2008
Comet Daily » Blog Archive » 20,000 Reasons Why Comet Scales
After 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?
October 2007
Peter's Blog - Lazy Function Definition Pattern
by 1 other (via)This article examines a functional-programming design pattern I’ve been calling Lazy Function Definition. I’ve repeatedly found this pattern useful in JavaScript especially when writing cross-browser libraries that are efficient at runtime.
lazy, lazy, lazy