python2-eventlet - Highly concurrent networking library
Website: | http://eventlet.net |
---|---|
License: | MIT |
Vendor: | CentOS |
- Description:
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
Packages
python2-eventlet-0.20.1-6.el7.noarch [513 KiB] |
Changelog
by Lon Hohberger (2018-08-10):
- Add ipv4 tests for bz1607967 - Treat names as case-insensitive (rhbz#1612541) |
python2-eventlet-0.20.1-5.el7.noarch [512 KiB] |
Changelog
by Lon Hohberger (2018-08-08):
- Fix ipv6 address handling (rhbz#1607967) |
python2-eventlet-0.20.1-3.el7.noarch [512 KiB] |
Changelog
by Daniel Alvarez (2018-08-06):
- Don't contact nameservers if there's at least one entry in /etc/hosts, lp#1785615 |
python2-eventlet-0.20.1-2.el7.noarch [512 KiB] |
Changelog
by Ihar Hrachyshka (2017-06-09):
- Consult /etc/hosts before resolving with DNS, lp#1696094 |