$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Felipe Magno de Almeida (felipe.m.almeida_at_[hidden])
Date: 2006-04-21 11:09:55
On 4/21/06, 李慧霸 <magazine.lihuiba_at_[hidden]> wrote:
> I'm trying to start network programming with boost::asio library, and I come across a question: if I have issued multiple async_read to the same one socket, will the OS execute these IO command out of order?
>
> My platform is WinXPSP2+VC2003.
You should probably look in the Windows documentation.
But, IIRC, for windows it is the case, but not for linux which I think
arent thread-safe for simultaneous reads or writes.
> lihuiba
> 2006-04-21
>
best regards,
-- Felipe Magno de Almeida