Skip to content

Support distributing multiple echoclient over the network

Florian Fischer requested to merge aj46ezos/emper:distributed-echo-client into master

We archive synchronization through an external coordinator process awaiting n connections and a message on each connection. After receiving all messages it sends "Go" back on each connection and terminates.

The echo clients synchronize using the coordinator after establishing all TCP connections.

Edited by Florian Fischer

Merge request reports