richardmillen / zguide-examples

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

Model One: Simple Retry and Failover in C++ #21

Closed richardmillen closed 7 years ago

richardmillen commented 7 years ago

Implement the Model One: Simple Retry and Failover example.

So our menu appears to offer: simple, brutal, complex, or nasty. Let's start with simple and then work out the kinks. We take Lazy Pirate and rewrite it to work with multiple server endpoints.