David Robinson wrote:

> fwiw, in the zmq-camera example you can avoid creating a thread to
> handle signals since you're using polling - you could use signalfd to
> receive signals via a file descriptor, then have zmq poll the socket
> and signal fd. Looks like signalfd is Linux specific thou...

Unfortunately, you are right. The construct isn't portable.

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

Reply via email to