Writing IOCP Winsock Application
If someone could be so nice of write a Complete (with exceptions, etc) but simple server using IOCP i'll be very gratefully.
Pd: Native C++ please, no .NET
Thanks in advance!
Pd: Native C++ please, no .NET
Thanks in advance!
http://www.codeproject.com/internet/iocp_server_client.asp
Cheers,
have you installed Platform SDK? it contains many sample applications, and IOCP server application also. see the following directory, if you already installed Platform SDK.
{Platform SDK Installed Directory}\Samples\NetDS\WinSock\iocp
or, if you have not, i think it is better for you to install Platform SDK. you can find it the following URI.
i hope Platform SDK's samples are very good teacher for you.
thanks.