Wednesday, May 23, 2012

Java 7: Closing NIO.2 File Channels Without Losing Data

Java 7: Closing NIO.2 File Channels Without Losing Data: Closing an asynchronous file channel can be very difficult. If you
submitted I/O tasks to the asynchronous channel you want to be sure that
the tasks are executed properly. This can actually be a tricky
requirement on asynchronous channels for several reasons. The default
channel group uses deamon threads as worker threads, which isn't a good
choice, cause these threads just abandon if the...

DIGITAL JUICE

No comments:

Post a Comment

Thank's!