Found 19 bookmarks
Custom sorting
Fastr – A Web Framework for Ruby « chris moos's blog
Fastr – A Web Framework for Ruby « chris moos's blog
The core of fastr runs on an EventMachine reactor, which is basically just a big event loop. EventMachine is very capable of maintaining thousands of connections in one instance. This is great when you want an application that supports Comet and chunked responses. There is very minimal overhead in having thousands of connections that have occasional data flowing through.
·chrismoos.com·
Fastr – A Web Framework for Ruby « chris moos's blog