Why do threads block on I/O?

Q

Why do threads block on I/O?

✍: Guest

A

Threads block on I/O (that is enters the waiting state) so that other threads may execute while the I/O Operation is performed.

2012-09-14, 2376👍, 0💬