Name: | python-tornado-doc |
---|---|
Version: | 6.1.0 |
Release: | 6.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 84357 |
License: | ASL 2.0 |
RPM: | python-tornado-doc-6.1.0-6.el9.x86_64.rpm |
Source RPM: | python-tornado-6.1.0-6.el9.src.rpm |
Build Date: | Thu Mar 03 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://www.tornadoweb.org |
Summary: | Examples for python-tornado |
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. This package contains some example applications. |