Re: [zeromq-dev] tcp_connecter Assertion failed

2010-08-29 Thread Brian Granger
I just tested this with 2.0.8 and on my machine it looks fine. Thanks for fixing this! Brian On Wed, Jun 30, 2010 at 9:03 PM, rad jan wrote: > Hi, folks, > Thanks for your great work! > We use zmq as the message system between modules on different servers. > The servers are in an unreliable env

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-09 Thread Martin Sustrik
Brian, > Is this bug the following issue again: > > http://github.com/zeromq/zeromq2/issues/unreads#issue/31 Yes, AFAIU it was fixed in the meantime. Martin ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listin

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-09 Thread Martin Sustrik
Brian Granger wrote: > I thought, the EMTHREAD issue is a known bug in the development master > of zeormq. But Martin's comment makes me think this bug is only in > the old sustrik/zeromq2 repo. What is the status of this bug? I think it's only in my private repo. Anyone seen it on the trunk? M

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-08 Thread Brian Granger
Is this bug the following issue again: http://github.com/zeromq/zeromq2/issues/unreads#issue/31 Brian On Wed, Jun 30, 2010 at 7:02 AM, rad jan wrote: > Hi, folks, > Thanks for your great work! > We use zmq as the message system between modules on different servers. > The servers are in an unrel

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-08 Thread Brian Granger
I thought, the EMTHREAD issue is a known bug in the development master of zeormq. But Martin's comment makes me think this bug is only in the old sustrik/zeromq2 repo. What is the status of this bug? Brian On Wed, Jul 7, 2010 at 9:24 PM, rad jan wrote: > Hi, Brian, > I followed the instruction

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-08 Thread Martin Sustrik
Rad, > But I think I might use the wrong git repo. > As a zeromq user, should I use the master > of http://github.com/zeromq/zeromq2? > I did a simple test, and pyzmq works fine with it. Yes. You should use zeromq/zeromq2. The trunk was moved from sustrik/zeromq2 to zeromq/zeromq2 lately. Mart

[zeromq-dev] tcp_connecter Assertion failed

2010-07-08 Thread rad jan
Hi, folks, Thanks for your great work! We use zmq as the message system between modules on different servers. The servers are in an unreliable environment, e.g. I may connect to a server but its actual state is down or some server's network may fail for a while. There are two circumstances where

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-07 Thread rad jan
Hi, Brian, I followed the instructions on this page ( http://www.zeromq.org/bindings:python). Use the master of http://github.com/sustrik/zeromq2 pyzmq would give such error while installing. zmq/_zmq.c: In function ‘init_zmq’: zmq/_zmq.c:10242: error: ‘EMTHREAD’ undeclared (first use in this func

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-01 Thread Brian Granger
HI, Thanks for the report. It looks like there are number of significant regressions in dev master right now. I am trying to track down some of them. Could you file an issue on github for this bug here: http://github.com/zeromq/zeromq2/issues Thanks, Brian On Thu, Jul 1, 2010 at 6:25 AM, ra

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-07-01 Thread rad jan
Hi, Martin, It appears that I cant install pyzmq base on the trunk version now. So I just replaced tcp_connector.cpp of zmq 2.0.7 with the trunk version. And It works fine. Thanks for your help. 2010/7/1 Martin Hurton > I think this is fixed on the master now? Can you checkout using GIT > and

Re: [zeromq-dev] tcp_connecter Assertion failed

2010-06-30 Thread Martin Hurton
I think this is fixed on the master now? Can you checkout using GIT and test this version? - Martin On Thu, Jul 1, 2010 at 6:03 AM, rad jan wrote: > Hi, folks, > Thanks for your great work! > We use zmq as the message system between modules on different servers. > The servers are in an unreliabl

[zeromq-dev] tcp_connecter Assertion failed

2010-06-30 Thread rad jan
Hi, folks, Thanks for your great work! We use zmq as the message system between modules on different servers. The servers are in an unreliable environment, e.g. I may connect to a server but its actual state is down or some server's network may fail for a while. There are two circumstances where