Subscribe to:
Comments (Atom)
-
Singal Handling Here I only briefly talk about the the Java Signal handling under Unix/Linux using Sun's implementation; In Sun...
-
Tranditional blocking I/O is not like Thread.sleep(), Object.wait(), Thread.join(), etc, it cannot interrupted by the Thread.interrupt() met...