[zeromq-dev] Strange problem binding inproc

jricher jricher at jricher.com
Sat Jul 12 06:00:34 CEST 2014


Thanks. I knew I was doing something stupid.

              Jacques


On 07/11/2014 12:55 PM, Pieter Hintjens wrote:
> Zero is not an error. -1 is an error. >= 0 is success.
>
> In pretty much the entire C API, in libzmq and in CZMQ, zero means
> success, though sometimes success is also >0. Errors are always -1.
>
> On Fri, Jul 11, 2014 at 8:21 PM, jricher <jricher at jricher.com> wrote:
>> I'll admit that I'm just learning the framework, but I'm having a problem
>> binding an inproc socket.
>>
>> The code for a minimal test case is at: http://pastebin.com/CAjThk0i
>>
>> Essentially, I'm getting a "Resource temporarily Unavailable" error. It only
>> happens in C - even though I have czmq and pyzmq compiled against the
>> same underlying version of zeromq. I'm at wits end - would someone please
>> tell me what stupid thing I'm doing so that I can fix it.....
>>
>>              Jacques
>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev




More information about the zeromq-dev mailing list