I happened to be looking through some old emails, and I found my review of ASIO.
In my opinion the library should be accepted. This is the best example of an asynchronous library available in either C or C++. All other major program platforms Java (NIO), .NET, Python (twisted) have well accepted asynchronous networking support, and I think this is important for C++ as a high performance networking platform going forward.
I do have one concern, but the over all design of the…