Subject: Re: [Boost-users] [asio] How to deal with no-connect and/or read-timeout
From: Arash Partow (arash_at_[hidden])
Date: 2013-06-27 18:15:34


Michael Powell wrote:
>
> Looks like that spawns a couple of strands of lambdas.
>
> The same thing could be done with member functions?
>

Yes, however when comparing this particular example to the
original echo server example in asio (async), the benefits
seen are predominantly centered around performance.