Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

threads block on I/O

Thu Nov 06, 2008 3:48 pm

Why do threads block on I/O?



Re: threads block on I/O

Thu Nov 06, 2008 3:50 pm

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

Post a reply
  Related Posts  to : threads block on I/O
 braces block inside your class     -  
 display code block using html     -  
 .aspx render block results (response.write, <%=     -  
 visual c++ MFC background threads     -  
 Introduction to threads in Java     -  
 Implementing synchronization in C++ with threads     -  
 Draw Tank with animation and using threads too     -  
 Flashing Graphics animations with threads     -