kgiusti / ombt

oslo messaging benchmarking tool
Apache License 2.0
3 stars 5 forks source link

Reduce the number of TCP connections for RPC tests #27

Closed kgiusti closed 6 years ago

kgiusti commented 6 years ago

In the case of RPC clients and servers it is possible to share a transport if there is no separate control message bus (i.e. both control and test messages use the same message bus).

This would reduce the number of TCP connections opened in this use case.