Tornado 2.0
[Posted June 22, 2011 by corbet]
Version 2.0 of the
Tornado web
server is out. "
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." This release
includes templating changes, Python 3.2 support, and more; see
the
release notes for details.
(
Log in to post comments)