On Mon, Oct 17, 2011 at 4:23 PM, Ian Barber <[email protected]> wrote:

>> I have noticed this error "E: unhandled error on recv: 11/Resource 
>> temporarily unavailable" but it does not seem to correlate with the issue.
>
> Ah, that's interesting - Pieter is this related the nbytes == 1 fix
> you put in recently? Henry, could you possibly try this against
> zeromq2-1 master?

Yes, the message will appear randomly but have no other effect afaik.
I'll make a new stable release pretty soon.

Henry,

You don't need to be doing zero-copy here: just recv the message on
one socket, send it on the other, then close it. No copying will
happen. Zero-copy is useful when sending large application buffers.

Do you know if the sink blocks when receiving off the PULL socket?
This sounds like a bug, I can't think of any normal condition that
would cause this. Can you confirm where the sink process is blocked?

-Pieter
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to