Known bugs and issues
- The UserDefinedFileAttributeView#list method is slow on Windows XP when invoked to list the data streams of a large file. It also fails, with an IOException, if invoked to list the data streams of sparse files. These problems do not exist on Windows Server 2003, Windows Vista, or Windows Server 2008.
- The AsynchronousDatagramChannel implementation is currently a simple implementation that runs a task per read/receive. As a result, channels of this type must be associated with a thread pool that supports sufficient threads. For example, a large multicasting application with 50 different UDP ports will require a thread pool with a least 50 threads.

