Wednesday, February 11, 2009

Why do threads block on I/O

Question :Why do threads block on I/O?
Answer :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: