$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2006-05-08 08:04:31
Christopher Kohlhoff wrote:
> It's on my to-do list to implement true asynchronous connect
> using ConnectEx (on Windows XP, Window Server 2003 and later).
> When I find some time to do this, I will be able to eliminate
> this select_reactor use and the associated socket.
Probably a stupid question, but why not use WSAAsyncSelect/WSAEventSelect?