Re: [zeromq-dev] zeromq/zyre over ipv6

2015-06-28 Thread Arnaud Loonstra
For what it's worth, you should use gossping when using ipv6. I don't think zbeacon is going to work on ipv6 simply because ipv6 doesn't support broadcasts. The socket options for the beacon socket should be different then. I've wanted to test this but since I hardly ever run into an ipv6

[zeromq-dev] Preferred Lisp binding for ZeroMQ?

2015-06-28 Thread Robert Dodier
Hi, I'm interested in using ZeroMQ in a Common Lisp program, namely an IPython kernel for the computer algebra system Maxima. Toward that end, I wonder which Lisp binding is to be preferred. There appear to be at least two: cl-zmq [1] and lisp-zmq [2]. If anyone has any experience with these, I'd

Re: [zeromq-dev] Q: type-tagging messages - prefix an uint32 or a frame?

2015-06-28 Thread Евгений Пастернак
Hello Michael ! In my project I tried to use (1), but later changed to 2-nd approach. And now I more happy ) (2) simplier to log and debug especially 32/64 bit issues. In my project there is no any significant lack of performance. Regards Eugene Pasternak 2015-06-19 20:00 GMT+06:00 Michael