Why use Java's AsynchronousFileChannel?

Posted by Joey Bell on Stack Overflow See other posts from Stack Overflow or by Joey Bell
Published on 2010-05-04T05:24:39Z Indexed on 2010/05/04 5:28 UTC
Read the original article Hit count: 324

Filed under:
|

I can understand why network apps would use multiplexing (to not create too many threads), and why programs would use async calls for pipelining (more efficient). But I don't understand the purpose of AsynchronousFileChannel.

Any ideas?

© Stack Overflow or respective owner

Related posts about java

Related posts about nio