Commit Graph

3 Commits

Author SHA1 Message Date
rpointel
e66c719f41 update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html.
ok gonzalo@ looks good aja@
2012-09-18 05:28:28 +00:00
rpointel
33003d4044 Update tornado to 2.3, ok landry@.
Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html
2012-07-03 09:00:33 +00:00
rpointel
432edbb132 import tornado, an open source version of the scalable, non-blocking web
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll or kqueue, it
can handle thousands of simultaneous standing connections, which means
it is ideal for real-time web services.
ok benoit@, Wen Heping (thanks).
2012-01-13 20:34:35 +00:00