Asynchronous IO in Java?

Posted by thr on Stack Overflow See other posts from Stack Overflow or by thr
Published on 2009-02-26T20:29:41Z Indexed on 2010/05/04 20:08 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

What options for async io (socket-based) are there in java other then java.nio? Also does java.nio use threads in the backround (as I think .NET's async-socket-library does, maybe it's been changed) or is it "true" async io using a proper select call?

© Stack Overflow or respective owner

Related posts about java

Related posts about asynchronous