Skip to content

Support distributing multiple echoclient over the network

Maxim Onciul requested to merge 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 Maxim Onciul

Merge request reports

Loading