Hi,
Is Async I/O (e.g. NetworkStream.B egin/End Read/Write) always better than
synchronous I/O? At least as good?
When I don't concern about easy or difficult to write code, should I always
use Async I/O?
Thanks!
Is Async I/O (e.g. NetworkStream.B egin/End Read/Write) always better than
synchronous I/O? At least as good?
When I don't concern about easy or difficult to write code, should I always
use Async I/O?
Thanks!
Comment