Kenneth Giusti
bc46e64711
[AMQP 1.0] Avoid unnecessary thread switch on ack
Avoid blocking the RPC Server thread when it attempts to acknowledge the RPC request message. Blocking is unnecessary as the acknowledge command does not return a status and can be processed asynchronously from the server thread. Avoiding this context switch improves overall RPC call throughput according to the simulator tool by approximately ten percent on my test systems. Change-Id: I71548eb6f9f7dcaf74cb426d4e9b369b54856419
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%