[zeromq-dev] lt-test_filter_ipc: testutil.hpp:68: void bounce(void*, void*): Assertion `rc == 32' failed.

2014-03-31 Thread Goswin von Brederlow
Hi, I just tried building zmq from todays git (55bde2a7b5fbede8dcc2f613e01a98d1ac122dbf) and get the following error: PASS: test_reqrep_ipc PASS: test_timeo PASS: test_fork lt-test_filter_ipc: testutil.hpp:68: void bounce(void*, void*): Assertion `rc == 32' failed. /bin/bash: line 5: 5640

Re: [zeromq-dev] lt-test_filter_ipc: testutil.hpp:68: void bounce(void*, void*): Assertion `rc == 32' failed.

2014-03-31 Thread Goswin von Brederlow
On Mon, Mar 31, 2014 at 11:10:15AM +0200, Goswin von Brederlow wrote: Hi, I just tried building zmq from todays git (55bde2a7b5fbede8dcc2f613e01a98d1ac122dbf) and get the following error: PASS: test_reqrep_ipc PASS: test_timeo PASS: test_fork lt-test_filter_ipc: testutil.hpp:68: void

[zeromq-dev] Ordering message in ZeroMQ

2014-03-31 Thread Zzz Rrr
Hello, I would like to have more information about how incoming messages are processed by ZeroMQ. Does ZeroMQ has a mechanism which manage message priorities ? 1 - Firstly, I would like to know how incoming messages are processed by ZeroMQ. I would like to confirm whether ZeroMQ handles

Re: [zeromq-dev] Question about zeromq throughput benchmarks.

2014-03-31 Thread Alexander V Vershilov
Hi, a small update on the situation, I've re-run tests on a machines that are far away from each other, and results were better, ZeroMQ works as fine as TCP there. So I think my questions is closed. -- Alexander. On 30 March 2014 20:20, Alexander V Vershilov alexander.vershi...@gmail.com wrote:

[zeromq-dev] Partially encrypted service

2014-03-31 Thread Greg Ward
Hi all -- I'm helping maintain a ZeroMQ-based system that currently uses a homebrew cryptosystem on top of libzmq 3.2.4. Obviously I'd like to upgrade to curve and libzmq 4. While I'm doing that, I'd like to change it so that only untrusted connections (across the Internet) are subject to

Re: [zeromq-dev] Partially encrypted service

2014-03-31 Thread Laurent Alebarde
Hi Greg, As far as I know, encryption is per socket. So you can have one context, and in this context, one CURVE socket for the wild, and one NULL socket for your homeland. Laurent Le 31/03/2014 21:12, Greg Ward a écrit : Hi all -- I'm helping maintain a ZeroMQ-based system that currently

Re: [zeromq-dev] zmq_recv question

2014-03-31 Thread David Cheney
attached. thanks! On Sat, Mar 29, 2014 at 12:20 AM, Pieter Hintjens p...@imatix.com wrote: David, Could you post the contents of /usr/include/sys/types.h to a pastebin for me? Thanks. -Pieter On Sat, Mar 29, 2014 at 4:42 AM, David Cheney dche...@peaxy.net wrote: Hi Pieter, Thanks

Re: [zeromq-dev] zmq_recv question

2014-03-31 Thread Pieter Hintjens
OK, I think I've found the fix. Can you try the patch in https://github.com/zeromq/czmq/pull/422 ? Thanks. On Tue, Apr 1, 2014 at 12:09 AM, David Cheney dche...@peaxy.net wrote: attached. thanks! On Sat, Mar 29, 2014 at 12:20 AM, Pieter Hintjens p...@imatix.com wrote: David, Could you