FWIW I've release aziomq which integrates boost::asio and ZeroMQ.

It's still early in development, but among the doc samples is code that
sets up signal handlers on the asio io_service

see -

https://github.com/aziomq/aziomq4-x


On Fri, May 23, 2014 at 4:53 AM, Bjorn Reese <[email protected]>wrote:

> On 05/23/2014 10:04 AM, Abel Monroy Ferrero wrote:
>
> > I've trying to use zeromq inside a boost thread, and I'm having some
> > problems with that. Boost thread is working, zeromq is doing its job,
> > but Control+C signal is not catch neither by zmq_poll nor by
> > boost::asio::io_service.
>
> http://www.boost.org/doc/html/boost_asio/overview/signals.html
>
> _______________________________________________
> zeromq-dev mailing list
> [email protected]
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to