On Tue, 22 Sep 1998, Gerald Gutierrez wrote:

> I'm starting to pull out my hair from the fact that the current JDK is
> based on user threads. I can't call anything that can potentially block,
> because everything will block.
> 

Are you saying that if my application has 5 threads running, and
one of them blocks on a blocking method (i.e., BufferedReader.readLine()
on a client socket) then the 4 other threads are blocking (not running) 
also during this time??

Thanks,

Mark         

Reply via email to