Name: | python3-tornado |
---|---|
Version: | 6.1.0 |
Release: | 8.el9 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 4006798 |
License: | ASL 2.0 |
RPM: | python3-tornado-6.1.0-8.el9.aarch64.rpm |
Source RPM: | python-tornado-6.1.0-8.el9.src.rpm |
Build Date: | Fri Oct 14 2022 |
Build Host: | build-ol9-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. |