9cdc9e006bfa12d4ca9c1a0dd434813ace7c5b9c
As for zmq we have a native thread running per each zmq socket to perform async send/receive. Bandwidth should increase by adding one more ROUTER socket to proxy. We can not add more because it will increase the number of connections, but with FE and BE sockets number of connections will stay the same as with a single ROUTER, because all clients will connect to FE, and all servers will connect to BE. Change-Id: Ib1f070a503272164ec0e9c28ce20530cfa6b79aa
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