[zeromq-dev] zmq_recv not firing while messages are being produced

2013-04-15 Thread Lucas Maxwell
Hi, I'm working on a some code that generates a large volume of data and I'm using zmq to push the data off to a forked process for further work. I've run into a weird situation where the child process which is trying to receive the messages doesn't receive any until the main process stops produci

Re: [zeromq-dev] zmq_recv not firing while messages are being produced

2013-04-15 Thread Lucas Maxwell
calls to zmq_bind, zmq_connect > etc. Try 127.0.0.1 instead of localhost, you're probably getting ENODEV on > the bind. > > Ian > > > On Mon, Apr 15, 2013 at 1:03 PM, Lucas Maxwell wrote: > >> Hi, >> >> I'm working on a some code that generates a larg

Re: [zeromq-dev] zmq_recv not firing while messages are being produced

2013-04-15 Thread Lucas Maxwell
;t do that to that device instead of that device doesn't exist. I can recreate it by binding to eth0:5678 with no eth0 device. On 16 April 2013 11:23, Lucas Maxwell wrote: > That is exactly it. I get an ENODEV which appears to be 'operation not > supported by device' for OSX.