richardmillen / zguide-examples

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

Service-Oriented Reliable Queuing (Majordomo Pattern) in C++ #15

Open richardmillen opened 7 years ago

richardmillen commented 7 years ago

Implement the Service-Oriented Reliable Queuing (Majordomo Pattern) example.

The nice thing about progress is how fast it happens when lawyers and committees aren't involved. The one-page MDP specification turns PPP into something more solid. This is how we should design complex architectures: start by writing down the contracts, and only then write software to implement them.

richardmillen commented 7 years ago

Leaving this for now. Will probably come back to this at a later date. Or more likely, will look at the majordomo repo.