richardmillen / zguide-examples

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

Binary Star Implementation in C++ #19

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement the Binary Star Implementation example.

Without further ado, here is a proof-of-concept implementation of the Binary Star server. The primary and backup servers run the same code, you choose their roles when you run the code:

richardmillen commented 7 years ago

Leaving the broker-based examples for the time being. Will return to this later.