blog.girishgaurav.com
Introduction to Nonblocking Sockets - Girish Gaurav's Blog
Here, I am going to explain what non-blocking sockets are, how it works, and where it can be useful, everything in details. Preface: Non-blocking sockets are introduced in Java 2 Standard Edition 1.4. It allows network communication between applications without blocking processes using the sockets. A nonblocking socket allows input/output operation on a channel without … Continue reading
Girish Gaurav Agarwal