richardmillen / zguide-examples

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

Basic Reliable Queuing (Simple Pirate Pattern) in C++ #12

Closed richardmillen closed 7 years ago

richardmillen commented 7 years ago

Implement the Basic Reliable Queuing (Simple Pirate Pattern) example.

Our second approach extends the Lazy Pirate pattern with a queue proxy that lets us talk, transparently, to multiple servers, which we can more accurately call "workers". We'll develop this in stages, starting with a minimal working model, the Simple Pirate pattern.