Introduction - If you have any usage issues, please Google them yourself
Delphi IOCP source code.
1) IOCP (I/O Completion Port), often called the I/O completion port.
2) IOCP model belongs to a communication model, suitable for (to control the concurrent execution of) a technical high server load.
3) the popular point said, is a model for efficient processing of many client data exchange.
4) or it can be said, is asynchronous I/O operation model.