$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Cooperative Multi-Tasking
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2010-03-04 05:19:16
Mathias Gaunard wrote:
>
> A significant advantage of not using coroutines or fibers with Asio is
> that you use as little memory per task as you need, while using a
> coroutine requires having a stack and other context data.
Unless, of course, you use stack-less co-routines, e.g., see Asio
documentation/Examples/HTTP Server 4.
Cheers,
Rutger