Custom Search

Friday, August 31, 2007

3. Why do threads block on I/O?

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

No comments: