switch from gevent to eventlet. at this point, gevent can still be used with RYU_HUB_TYPE=gevent environment variable.
YAMAMOTO Takashi (5): add a threading hub module hub: stop trying import gevent stop using gevent directly change requirements: gevent -> eventlet hub: add some unit tests bin/ryu-manager | 11 ++-- ryu/app/quantum_adapter.py | 4 -- ryu/app/simple_vlan.py | 4 +- ryu/app/tunnel_port_updater.py | 10 +-- ryu/app/wsgi.py | 4 +- ryu/base/app_manager.py | 10 ++- ryu/controller/controller.py | 15 +++-- ryu/lib/hub.py | 109 +++++++++++++++++++++++++++++++++ ryu/lib/ofctl_v1_0.py | 8 +-- ryu/lib/ovs/vsctl.py | 4 +- ryu/tests/integrated/test_of_config.py | 4 +- ryu/tests/unit/lib/test_hub.py | 55 +++++++++++++++++ setup.cfg | 2 +- tools/pip-requires | 2 +- 14 files changed, 199 insertions(+), 43 deletions(-) create mode 100644 ryu/lib/hub.py create mode 100644 ryu/tests/unit/lib/test_hub.py -- 1.8.0.1 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
