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
..
2015-07-21 12:52:31 +03:00