[zeromq-dev] Haskell ZeroMQ (REQ -> Router)

2016-06-08 Thread Kevin Meredith
Hi - Could someone please take a look at my StackOverflow question - http://stackoverflow.com/questions/37625833/why-a-zeromq-req-router-example-does-not-receive-any-message ? I'm having issues with a Req -> Router setup. Note to community - if this type of email is inappropriate, please let me

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread Pieter Hintjens
Great suggestion. On Wed, Jun 8, 2016 at 9:47 PM, LM wrote: > If you need sample code to look at I can recommend taking a look at > https://github.com/level/leveldown > > Cheers > /Magnus > > --- > https://github.com/ralphtheninja > gpg --recv-keys

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread LM
If you need sample code to look at I can recommend taking a look at https://github.com/level/leveldown Cheers /Magnus --- https://github.com/ralphtheninja gpg --recv-keys BFBC9D3DDBAFBC1FD09AA1A79977E6948DD50D4D On 2016-06-08 20:24, Pieter Hintjens wrote: The actual code is in zproject. The

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread Pieter Hintjens
The actual code is in zproject. The Zyre binding that it generates now is pretty nice, it's just missing the ability to pass CZMQ classes (like zmsg), which is what I was adding, and where I got lost. The NAN/C++ layers are over my head without days of concentration. So my open work was to get

[zeromq-dev] Can't make router router work

2016-06-08 Thread Douglas Petican
I want to enforce a one to one relationship between client and dynamically spawned worker. I asked before on the list and was told to use a router router broker. However, I can't get my code to work in anyway with a router on both the frontend and backend of the broker. Nothing happens. It

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread Johan Philips
On 2016-06-08 11:11, Arnaud Loonstra wrote: On 2016-06-08 09:47, Johan Philips wrote: Pieter Hintjens imatix.com> writes: Yes, the more merges the better... I wanted this to go onto master so others could play with it. Is someone picking this up? I assume, given the circumstances,

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread Arnaud Loonstra
On 2016-06-08 09:47, Johan Philips wrote: Pieter Hintjens imatix.com> writes: Yes, the more merges the better... I wanted this to go onto master so others could play with it. Is someone picking this up? I assume, given the circumstances, Pieter will not be finishing this? [...] Johan

Re: [zeromq-dev] Node.js over Zyre

2016-06-08 Thread Johan Philips
Pieter Hintjens imatix.com> writes: > > Yes, the more merges the better... I wanted this to go onto master > so others could play with it. Is someone picking this up? I assume, given the circumstances, Pieter will not be finishing this? [...] Johan