Link Details

Link 110063 thumbnail
User 111696 avatar

By bloid
via java.dzone.com
Published: Sep 04 2008 / 03:59

The Java NIO (new/non-blocking I/O) API introduced in Java 1.4 is arguably the most arcane part of the standard library. With channels, selectors, byte buffers and all the associated flipping, marking, compacting, event-handling and registering/de-registering of read/write interest, it’s a entirely different level of complexity to the old-fashioned, straightforward blocking I/O. And if you want to use SSL with NIO then it’s a whole new world of pain.
  • 16
  • 1
  • 1276
  • 580

Comments

Add your comment
User 160967 avatar

alarmnummer replied ago:

0 votes Vote down Vote up Reply

NIO doesn't stand for Non Blocking IO but for New IO.

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.