oslo.messaging/oslo_messaging/_drivers/zmq_driver/poller
Victor Sergeyev c5a6bfdca3 FIx CPU time consuming in green_poller poll()
The current implementation of GreenPoller.poll() calls
eventlet.sleep() in `while True:` loop. It causes high CPU load,
so should be refactored to use queue.get() with timeout.

Change-Id: I48f1d8db39c4d7df8bd7f0bc9898ebefcd8df9e8
2015-08-07 16:56:33 +03:00
..
__init__.py Initial commit for new zmq driver implementation 2015-06-30 18:16:02 +03:00
green_poller.py FIx CPU time consuming in green_poller poll() 2015-08-07 16:56:33 +03:00
threading_poller.py Close sockets properly 2015-07-21 12:52:31 +03:00