Jump to letter: [
346ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-tornado - Scalable, non-blocking web server and tools
- Description:
Tornado is 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, it can
handle thousands of simultaneous standing connections, which means it is
ideal for real-time web services.
Packages
python-tornado-2.2.1-1.el6.noarch
[433 KiB] |
Changelog
by Thomas Spura (2012-05-20):
- update to upstream release 2.2.1 (fixes CVE-2012-2374)
- fix typo for epel6 macro bug #822972 (Florian La Roche)
|