richardmillen / zguide-examples

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

Putting it All Together in C++ #10

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement the Putting it All Together example.

Let's put this together into a single package. As before, we'll run an entire cluster as one process. We're going to take the two previous examples and merge them into one properly working design that lets you simulate any number of clusters.

richardmillen commented 7 years ago

Leaving this for now. May come back to this later.