Re: [zeromq-dev] Epolling on FD doesn't work for 2.1.11

2012-03-22 Thread Robert G. Jakabosky
On Tuesday 20, Andrzej K. Haczewski wrote: First of all I'd like to say hello to everyone, since this is my first post here. So: Hello, I've been trying to integrate ZeroMQ with libev event loop and I've hit a strange behavior (or a bug?). In particular, as anyone integrating with event

Re: [zeromq-dev] Recent changes introduced segfaults during ctx.term

2012-03-22 Thread Pieter Hintjens
On Wed, Mar 21, 2012 at 8:43 PM, MinRK benjami...@gmail.com wrote: Issue #345 opened on Jira, with Python test case attached. Got a reproducible case in C and made a fix. Actually, even before I had time to start this email, Ian already merged it into libzmq master :-) MinRK, if the patch

Re: [zeromq-dev] Recent changes introduced segfaults during ctx.term

2012-03-22 Thread Pieter Hintjens
On Thu, Mar 22, 2012 at 1:51 PM, MinRK benjami...@gmail.com wrote: fix confirmed, though now it raises a regular errno (BADADDR), which doesn't make a lot of sense.  So I think there's still a small bug. That's not even a libzmq error as far as I can tell... weird. -Pieter

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Doherty, Kevin
Any feedback on this folks ? Do I need to open this in Jira somehow so it gets tracked ? Tx++ From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of Doherty, Kevin Sent: Wednesday, March 21, 2012 6:12 PM To: ZeroMQ development list Subject: Re:

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Michel Pelletier
You're welcome to create an issue, but you still need to do what Joshua suggested: provide a complete, minimal test case that reproduces the problem. -Michel On Thu, Mar 22, 2012 at 1:13 PM, Doherty, Kevin kevin.dohe...@mlp.com wrote: Any feedback on this folks ? Do I need to open this in

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Doherty, Kevin
The java zguide examples below with epgm instead of tcp are pretty minimal - no ? psenvpub.java psenvsub.java any quick directions on how to create an issue tx++ -Original Message- From: zeromq-dev-boun...@lists.zeromq.org [mailto:zeromq-dev-boun...@lists.zeromq.org] On Behalf Of

Re: [zeromq-dev] PUB SUB in zmq 2.1.11

2012-03-22 Thread Pieter Hintjens
On Thu, Mar 22, 2012 at 3:33 PM, Doherty, Kevin kevin.dohe...@mlp.com wrote: The java zguide examples below with epgm instead of tcp are pretty minimal - no ?  psenvpub.java  psenvsub.java This is a good start. You want to (a) search the issue tracker to make sure no-one already had this

[zeromq-dev] Call for maintainers for libzmq

2012-03-22 Thread Pieter Hintjens
Hi all, Regular call: If you wish to become a fellow maintainer for libzmq, please raise a hand. Your focus will be on process, and clicking the Merge button. You should be able to wield git. And you should have some existing credibility in the ZeroMQ community, ideally representing users by

Re: [zeromq-dev] FW: Help With Regard To the ZMQ Forwarder

2012-03-22 Thread Ronald Swain
Hello All, I had one more small question, whenever i start a zmq.device(zmq.Forwarder), this blocks my interpreter, so is there any way of starting a forwarder always as a different process or any ways of making it non-blocking. Hope my question is clear. Thanks Regards, Ronald From: