On 10 August 2013 16:40, Damien Kick <dki...@mac.com> wrote:

> Well, the reason that I want to integrate with Boost.Asio is more for
> getting its
> implementation of the reactor pattern "for free", including timers, etc.
>
>
I don't know if it is the best pattern, but I appreciate the split made by
the Chromium developers: have separate main loops for different purposes:
networking, UI, etc.  Thus you could have a Boost.Asio main loop with timer
events and simply send a timer message to the 0mq main loop.

Its also relatively easy to replicate Windows' thread pool timers with
C++11 Chrono to perform such a function and thus very portable.

-- 
Steve-o
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to