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.

2013-02-12, 2026👍, 0💬