$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost concurrent write/read
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-09 06:49:09
> ok...then it means that the asyncronous operation needs to be transformed in
> a sync operation?
No, it just means that you should "chain" your async. operations in this manner:
read -- handler -- read -- handler...