Name: | python-tornado |
---|---|
Version: | 4.2.1 |
Release: | 5.el7 |
Architecture: | x86_64 |
Group: | Development/Libraries |
Size: | 3840687 |
License: | ASL 2.0 |
RPM: | python-tornado-4.2.1-5.el7.x86_64.rpm |
Source RPM: | python-tornado-4.2.1-5.el7.src.rpm |
Build Date: | Fri Jul 19 2019 |
Build Host: | jenkins-10-147-72-125-44ca6802-c623-4b24-be89-166a2be9dbdf.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://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. |