On Mon, Oct 17, 2011 at 4:19 PM, Pieter Hintjens <[email protected]> wrote: > 2011/10/17 Gábor Farkas <[email protected]>: > >> 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 _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
