$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] ASIO / IO Completion Ports (Windows)
From: Igor R (boost.lists_at_[hidden])
Date: 2011-03-02 16:26:59
> I wonder if ASIO on Windows also implements IO Completion ports. I think
> this is called Proactor, right? I would be thankful if you point me to the right direction.
ASIO *uses* completion ports when implementing proactor on Windows. If
you want to see how it's done, you can learn the implementation files:
http://www.boost.org/doc/libs/1_46_0/boost/asio/detail/impl/win_iocp_io_service.ipp
etc.