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.
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to