Why use Java's AsynchronousFileChannel?
- by Joey Bell
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?