[zeromq-dev] Trouble getting Paranoid Pirate and Majordomo patterns to function.
Pieter Hintjens
ph at imatix.com
Wed Jul 9 21:20:48 CEST 2014
As a general tactic, when you're debugging distributed apps like this,
you can take a version you know works (the C code) and replace it with
your own code piece by piece, and see when it breaks. I.e. try the
broker and workers in C, and client in C++. Does that work? If so, try
a C++ worker. Does that work? etc.
More information about the zeromq-dev
mailing list