| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-tornado | Distribution: AlmaLinux |
| Version: 6.5.8 | Vendor: AlmaLinux |
| Release: 0.el10_2.1 | Build date: Mon Sep 14 19:49:51 2026 |
| Group: Unspecified | Build host: ppc64le-builder02.almalinux.org |
| Size: 5503919 | Source RPM: python-tornado-6.5.8-0.el10_2.1.src.rpm |
| Packager: AlmaLinux Packaging Team <packager@almalinux.org> | |
| Url: https://www.tornadoweb.org | |
| Summary: Scalable, non-blocking web server and tools | |
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.