$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Christopher Kohlhoff (chris_at_[hidden])
Date: 2006-05-08 08:47:19
Hi Olaf,
Olaf van der Spek <olafvdspek_at_[hidden]> wrote:
> Just wondering, what part of a normal non-blocking connect
> isn't truely async?
The fact that it requires a thread waiting on a select() or
WaitForMultipleObjects() call to know when the connect operation
has completed.
Cheers,
Chris