I would eagerly eat that stuff up and spit out tons of high quality code,
but where I work is in a high assurance lab; everything has to be certified
(waves hands sarcastically), and most here are highly adverse to C++
metatemplating. Personally, I have no problem tackling any of these
problems.

:/

On Wed, Jul 29, 2015 at 4:55 AM, Bjorn Reese <bre...@mail1.stofanet.dk>
wrote:

> On 07/29/2015 01:28 AM, Kenneth Adam Miller wrote:
>
> > But the problem that this solves brings up a different problem: if the
> > single threaded programs poll to write, then the cycle could deadlock
> > where every side is polling to write, before even one message makes it
> > fully round circle.
>
> Asynchronous socket frameworks (such as Boost.Asio) solve this problem
> by allowing you to launch read and/or write operations asynchronously.
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to