Commit Graph

4 Commits

Author SHA1 Message Date
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
f6d2d45834 Update tornado to 2.2.1, ok aja@.
Release notes:http://www.tornadoweb.org/documentation/releases/v2.2.1.html.
2012-04-25 15:08:20 +00:00
rpointel
2efff9f4df Update tornado to 2.2.
ok sthen@ and mpi@.
2012-03-09 18:12:46 +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