richardmillen / zguide-examples

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

Model Two: Brutal Shotgun Massacre in C++ #22

Closed richardmillen closed 7 years ago

richardmillen commented 7 years ago

Implement the Model Two: Brutal Shotgun Massacre example.

Let's switch our client to using a DEALER socket. Our goal here is to make sure we get a reply back within the shortest possible time, no matter whether a particular server is up or down.