Name: | python3-tornado |
---|---|
Version: | 6.4.2 |
Release: | 1.el10 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 5413127 |
License: | Apache-2.0 |
RPM: | python3-tornado-6.4.2-1.el10.aarch64.rpm |
Source RPM: | python-tornado-6.4.2-1.el10.src.rpm |
Build Date: | Sat Feb 01 2025 |
Build Host: | build-ol10-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.tornadoweb.org |
Summary: | 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. |