Entries Categorized as 'Python'

Tornado, the real-time web server that powers FriendFeed, now open source.

Date September 11, 2009

Facebook announced Tornado as new open source web server framework, it can be used to serve thousands of simultaneous connections, its high performance is really interesting, i think ill test it in the coming days.
checkout the following links:
http://developers.facebook.com/news.php?blog=1&story=301
http://bret.appspot.com/entry/tornado-web-server
friendfeed website: http://friendfeed.com
some details:
Tornado is a non-blocking Web server framework written in Python, designed to handle thousands of [...]