Introduction - If you have any usage issues, please Google them yourself
This article presents a class which can be used in both the client and server code. The
class uses IOCP (Input Output Completion Ports) and asynchronous (non-blocking) function
calls which are explained later. The source code is based on many other source codes and
articles.
With this simple source code, you can:
Service or connect to multiple clients and servers.
Send or receive files asynchronously.
Create and manage a logical worker thread pool to process heavier client/server
requests or computations.