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.
This package contains some example applications.
Provides
Requires
License
ASL 2.0
Changelog
* Wed Sep 09 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 6.5.8-0.1
- Update to 6.5.8
Resolves: RHEL-247281
* Tue Apr 07 2026 Sergio Correia <scorreia@redhat.com> - 6.5.5-1
- Update to 6.5.5
Resolves: RHEL-160942
* Tue Jun 17 2025 Anderson Toshiyuki Sasaki <ansasaki@redhat.com> - 6.4.2-3
- httputil: Raise errors instead of logging in multipart/form-data parsing
Resolves: RHEL-91998
* Thu Dec 05 2024 Sergio Correia <scorreia@redhat.com> - 6.4.2-2
- Bump release to prevent clash with 9.5.z NVR
Resolves: RHEL-68667
* Thu Dec 05 2024 Sergio Correia <scorreia@redhat.com> - 6.4.2-1
- Update t