I'm trying to figure out how to interrupt recv() using SIGINT signal
(ctrl-c). It seems to work find ask shown in this example when recv() is
called on the main thread. http://zguide.zeromq.org/py:interrupt. I can't
figure out how to get it to work when the recv() is called from a thread
other than main.
Any ideas?
Jeremy McLain
Schweitzer Engineering Laboratories, Inc.
509-336-4443
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev