Re: [zeromq-dev] zmq architecture/protocol planning

2018-06-23 Thread Bill Torpey
Hi James: I’m doing something similar on the service discovery end, but it’s a work in progress, so take this with the appropriate amount of salt ;-) It seems a good idea to minimize state as much as possible, especially distributed state, so I have so far avoided the central “registrar”,

[zeromq-dev] Site and build issues

2018-06-23 Thread Jeff Shanab
On WIndows, this has gotten a bit ugly. The get sources for 4.2.3 dowloads a zip that when expanded either has a CMAKE that fails or a sln that creates libs and dlls all with the same name. yuk The windows installer goes to 4.0.4 Pulling from git has a useable Cmake and the sln has the

[zeromq-dev] solved: no output from zsys_info

2018-06-23 Thread Juergen Gnoss
OK, I'm stupid, I forgot to initialize zsys zsys_init(); Ju From: Juergen Gnoss Sent: Saturday, June 23, 2018 7:57 AM To: ZeroMQ development list Subject: no output from zsys_info Somebody has an idea why zsys_info doesn’t give any output? #include

[zeromq-dev] no output from zsys_info

2018-06-23 Thread Juergen Gnoss
Somebody has an idea why zsys_info doesn’t give any output? #include #include #include int main(int argc, char **argv) { int zmq_major, zmq_minor, zmq_patch; zmq_version (_major, _minor, _patch); zsys_info("with zsys_info : Current ØMQ version is %d.%d.%d\n", zmq_major,