Re: [zeromq-dev] perl binding never completes "init".

2011-02-19 Thread Martin Sustrik
Hi Jonathan, > Also, try my ZeroMQ::Raw binding, which adds no extra code like the > other binding does. It's basically a straight wrapper, with the sugar > layer in a separate module (AnyEvent::ZeroMQ::Handle). The ZeroMQ > binding on CPAN does weird stuff like bake in JSON support, which I > f

Re: [zeromq-dev] durable subscirbers and inproc

2011-02-19 Thread Martin Sustrik
On 02/19/2011 10:45 PM, mko...@semanticresearch.com wrote: > I am currently keeping some zmq sub sockets open on behalf of clients > that have unexpectedly disconnected (web socket closed). I was > thinking of making use of named sub socket instead. However, I am not > sure if I could know if I mis

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Pieter Hintjens
On Sun, Feb 20, 2011 at 7:49 AM, Martin Sustrik wrote: > There's a little bug in translating the code examples: > rc = zmq_bind (socket, "tcp:@@//@@lo:"); Thanks, fixing that. -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Martin Sustrik
On 02/19/2011 11:22 PM, Pieter Hintjens wrote: > Comments welcome... There's a little bug in translating the code examples: rc = zmq_bind (socket, "tcp:@@//@@lo:"); Martin ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq

Re: [zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Alex Forster
> Pieter Hintjens imatix.com> Close enough to official for me. ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Steven McCoy
On 19 February 2011 18:31, Alex Forster wrote: > On Feb 19, 2011, at 5:50 PM, Steven McCoy wrote: > > You can add the MinGW compiler dependencies into MSVC, they're listed here > as libgcc.a libmingwex.a > > > http://code.google.com/p/openpgm/wiki/OpenPgmCReferenceLinkTheseLibraryFiles > > > That

Re: [zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Pieter Hintjens
On Sun, Feb 20, 2011 at 12:31 AM, Alex Forster wrote: 2.1.0 is right around the corner! Don't even bother with 2.0.10 anymore. -Pieter ___ zeromq-dev mailing list zeromq-dev@lists.zeromq.org http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Re: [zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Alex Forster
On Feb 19, 2011, at 5:50 PM, Steven McCoy wrote: > You can add the MinGW compiler dependencies into MSVC, they're listed here as > libgcc.a libmingwex.a > > http://code.google.com/p/openpgm/wiki/OpenPgmCReferenceLinkTheseLibraryFiles That's a very helpful page. If I can get my hands on those tw

Re: [zeromq-dev] perl binding never completes "init".

2011-02-19 Thread Jonathan Rockway
* On Thu, Feb 17 2011, Vick Khera wrote: > Time to put on my perl XS module authoring hat and dive into the glue > code... at least I have plenty of experience with that... :) Also, try my ZeroMQ::Raw binding, which adds no extra code like the other binding does. It's basically a straight wrapper

Re: [zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Steven McCoy
On 19 February 2011 14:27, Alex Forster wrote: > I'm having a hell of a time compiling ZeroMQ 2.0.10 with support for > OpenPGM 2.1.27-pre2. I got it down to 18 linker errors, and then I hit a > wall because those errors are all related to missing MinGW libraries, and > I'm using Visual Studio. M

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Pieter Hintjens
On Sat, Feb 19, 2011 at 7:42 PM, Pieter Hintjens wrote: > On Sat, Feb 19, 2011 at 7:08 PM, Martin Sustrik wrote: > >> Wow! Great that wikidot allows for auto-uploading now. > > It's still in beta but works pretty well... OK, I've now extended the api.zero.mq site to hold the man pages for all ve

Re: [zeromq-dev] durable subscirbers and inproc

2011-02-19 Thread mkogan
I am currently keeping some zmq sub sockets open on behalf of clients that have unexpectedly disconnected (web socket closed). I was thinking of making use of named sub socket instead. However, I am not sure if I could know if I missed messages. Sent from my iPhone On Feb 19, 2011, at 12:25 AM

[zeromq-dev] Targeting ZeroMQ Interop (my C# wrapper) at ZeroMQ 2.1.0

2011-02-19 Thread Alex Forster
I'm having a hell of a time compiling ZeroMQ 2.0.10 with support for OpenPGM 2.1.27-pre2. I got it down to 18 linker errors, and then I hit a wall because those errors are all related to missing MinGW libraries, and I'm using Visual Studio. My options now are: (1) dump Visual Studio, install the

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Pieter Hintjens
On Sat, Feb 19, 2011 at 7:08 PM, Martin Sustrik wrote: > Wow! Great that wikidot allows for auto-uploading now. It's still in beta but works pretty well... > When you get your hackish perl scripts stable, we can even run the > generation and upload as part of mikko's build process. Sure. This

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Martin Sustrik
On 02/19/2011 07:00 PM, Pieter Hintjens wrote: > >> Are you generating the web pages from the documentation or is it done by >> hand? > > Generating from the documentation, using some hacky perl, then > uploading to the Wikidot site automatically using the Wikidot API. > There are still some things

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Pieter Hintjens
On Sat, Feb 19, 2011 at 6:43 PM, Martin Sustrik wrote: > Looks nice! > > Are you generating the web pages from the documentation or is it done by > hand? Generating from the documentation, using some hacky perl, then uploading to the Wikidot site automatically using the Wikidot API. There are st

Re: [zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Martin Sustrik
On 02/19/2011 05:04 PM, Pieter Hintjens wrote: > Since people have randomly asked for this, I've built a site to hold > the man pages for the git master, at http://api.zero.mq/. > > Comments welcome, I've tried to get a balance between the regular man > page style and the 0MQ web site look. Looks

[zeromq-dev] Man pages for git master - http://api.zero.mq

2011-02-19 Thread Pieter Hintjens
Hi all, Since people have randomly asked for this, I've built a site to hold the man pages for the git master, at http://api.zero.mq/. Comments welcome, I've tried to get a balance between the regular man page style and the 0MQ web site look. Thanks to Ian Barber for the *.zero.mq domains! Chee

Re: [zeromq-dev] Problem receiving multicast - pyzmq

2011-02-19 Thread Mike Stoddart
Ah - thanks! Mike -- Sent from my Palm Pre On 18 Feb 2011 9:23 p.m., Andrew Hume wrote: On Feb 18, 2011, at 7:04 PM, Mike Stoddart wrote:I just started experimenting with pyzmq and openpgm. My send code is: import zmq context = zmq.Context() socket = context.socke

Re: [zeromq-dev] Problem receiving multicast - pyzmq

2011-02-19 Thread Mike Stoddart
Of course! Thanks Mike -- Sent from my Palm Pre On 19 Feb 2011 2:42 a.m., Martin Sustrik wrote: On 02/19/2011 03:04 AM, Mike Stoddart wrote: > context = zmq.Context() > socket = context.socket(zmq.SUB) > socket.connect("epgm://eth0;239.192.1.1:"); > > while True:

Re: [zeromq-dev] [PATCH] syslog reporting started in 0MQ core

2011-02-19 Thread Martin Sustrik
On 02/19/2011 09:22 AM, Pieter Hintjens wrote: >> Feel free to add identity formatting code to ctx_t::log(). > > Not sure what you mean with this. With printf analogy in mind, something like this would be nice: log ("Warning: %b", my_blob); Martin ___

Re: [zeromq-dev] durable subscirbers and inproc

2011-02-19 Thread Pieter Hintjens
On Fri, Feb 18, 2011 at 5:24 PM, Michael Kogan wrote: > If I am using pub/sub with durable subscribers with inproc, is the subscribe > semi-durable or actually durable. It makes no difference what transport you use, durable sockets have the lifespan of the attached peer (the publisher in this c

Re: [zeromq-dev] [PATCH] syslog reporting started in 0MQ core

2011-02-19 Thread Pieter Hintjens
On Fri, Feb 18, 2011 at 2:18 PM, Martin Sustrik wrote: > Ok. I've changed log() function to work like printf(), i.e. it takes const > char* + variable argument list. Fair enough. > Feel free to add identity formatting code to ctx_t::log(). Not sure what you mean with this. I'd rather add two m