[zeromq-dev] (py)zmq PUSH/PULL, freebsd, kqueue error
Gábor Farkas
gabor.farkas at gmail.com
Wed Oct 26 08:56:14 CEST 2011
On Mon, Oct 17, 2011 at 4:19 PM, Pieter Hintjens <ph at imatix.com> wrote:
> 2011/10/17 Gábor Farkas <gabor.farkas at gmail.com>:
>
>> i have an application in python, using PUSH/PULL zmq sockets, on freebsd.
>> sometimes the process with the PUSH socket dies with this message:
>
> Looks like 0MQ is polling on a closed socket, for some reason. Is
> there any way you can reproduce the problem systematically?
hi,
no, at least i haven't found it yet.
will try to create some small C programs and test them.
also, an interesting fact is that this never happens when both sockets
(PUSH and PULL)
are on the same computer. it only happens when they communicate over
the network.
i mean, i always use the 'tcp://' protocol, buy when both sockets
happen to be on the same computer,
it does not produce the mentioned error.
gabor
More information about the zeromq-dev
mailing list