richardmillen / zguide-examples

Implementations of the 0MQ examples in the guide.
http://zguide.zeromq.org/page:all
4 stars 0 forks source link

Prototyping the Local and Cloud Flows in C++ #9

Closed richardmillen closed 7 years ago

richardmillen commented 7 years ago

Implement the Prototyping the Local and Cloud Flows example.

Let's now prototype the flow of tasks via the local and cloud sockets. This code pulls requests from clients and then distributes them to local workers and cloud peers on a random basis.