Socket BeginEnd operations and pinned buffers in .NET 4.6

Multi tool use
Socket BeginEnd operations and pinned buffers in .NET 4.6
According to Performance Improves in .NET 4.6 and this answer, Is it possible to get OutOfMemoryException while using async socket APIs in .NET 4.6 ?
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
The answer is yes. A system can only handle certain load, and you should scale it up when larger load is expected. There are other optimization approaches (hidden in the words of that Stack Overflow thread as well).
– Lex Li
Jun 30 at 15:00