[Libevent-users] Win32 I/O completion ports code release

Kevin Sanders newroswell at gmail.com
Tue Dec 5 11:35:28 EST 2006


On 12/5/06, Gordon Scott <gscott2112 at gmail.com> wrote:
> You might want to do some research on IOCP outside of MSDN.  Codeproject has
> a number of IOCP server samples you can look at
>
> While the docs may say that those files you mention CAN be used with IOCP,
> they are by no means the ONLY functions that can be used.
>
> For example my server users AcceptEx for accepting connections and
> WSASend and WSARecv for sending and recieving data on the sockets.

There is a lot of dodgy stuff on codeproject mixed in with a few good
articles.  I highly recommend Anthony Jones' Network Programming for
Microsoft Windows 2nd Edition.  It's out of print, but find a used
copy somewhere, or the electronic version if floating around.


More information about the Libevent-users mailing list