41e23c2436

Leverage the fact that there is never more than one socket active to simplify the event loop's I/O processing. This removes the need to look up active connections. Also removes the need to query the return values from select since there is only one socket to process. This change improves RPC throughput under the simulator by up to 20% As part of this change I've clarified the code's use of the pyngus connection by renaming the connection property to something a bit more specific. Change-Id: If7c020bb0bd96490af78bc06659db10073b02417
Oslo Messaging Library
The Oslo messaging API supports RPC and notifications over a number of different messaging transports.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.messaging
- Source: http://git.openstack.org/cgit/openstack/oslo.messaging
- Bugs: http://bugs.launchpad.net/oslo.messaging
Description
Languages
Python
99.8%
Shell
0.2%