Boost logo

Boost Users :

Subject: Re: [Boost-users] Asio io_service and Thread scheduler/executor
From: Arash Partow (arash_at_[hidden])
Date: 2015-08-26 10:41:24


Mikael Olenfalk wrote:
>
> I am currently thinking about how to move our project at work from a
> set of specific threads (1 thread per module e.g.) and our own network
> library abstraction to Boost.Asio and Boost.Thread's scheduler/executors.
>
> Before I read about schedulers/executors I considered just using
> asio::io_service (with a pool of threads calling .run()) for quick-shot
> background offloading, but after looking at scheduler/executor I would
> prefer using it for background work.
>

you might want to review the following:

https://github.com/chriskohlhoff/executors


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net