Commit Graph

2 Commits

Author SHA1 Message Date
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