oslo.messaging/oslo_messaging/_cmd
ozamiatin 9cdc9e006b [zmq] Add backend ROUTER to increase bandwidth
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
2016-05-10 14:55:09 +03:00
..
__init__.py Fixed a couple of pep8 errors/warnings 2016-01-25 15:00:49 +08:00
zmq_proxy.py [zmq] Add backend ROUTER to increase bandwidth 2016-05-10 14:55:09 +03:00