« When optimizing - don't forget the Java Virtual Machine (JVM) | Main | Building Scalable Databases: Denormalization, the NoSQL Movement and Digg »
Thursday
Sep102009

The technology behind Tornado, FriendFeed's web server

Today, we are open sourcing the non-blocking web server and the tools that power FriendFeed under the name Tornado Web Server. We are really excited to open source this project as a part of Facebook's open source initiative, and we hope it will be useful to others building real-time web services.

You can download Tornado at tornadoweb.org.

Read more on Brett Taylor's blog (co-founder of FriendFeed)

Reader Comments (1)

Hi!

Over the weekend, my coworker, http://dustin.github.com">Dustin Sallings, re-implemented some of the lower-level bits of Tornado, using Twisted, which is his favorite, well-tested asynchronous Python infrastructure library. The upshot is you can use Tornado's higher-level web-oriented API's, but still leverage the benefits of Twisted.

See http://dustin.github.com/2009/09/12/tornado.html">Tornado on Twisted

December 31, 1999 | Unregistered CommenterSteve Yen

PostPost a New Comment

Enter your information below to add a new comment.
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>