JDK-4607272 : New I/O: Support asynchronous I/O
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 5.0,7,7u4
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,linux,os_x
  • CPU: generic,x86
  • Submitted: 2001-12-13
  • Updated: 2017-05-16
  • Resolved: 2009-03-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b50Fixed
Related Reports
Duplicate :  
Description
Provide support for asynchronous I/O as part of java.nio.

Applications should be able to issue I/O requests and
return immediately.  When the I/O request completes there
should be some sort of notification to the application.

###@###.### 2002-02-18

Comments
EVALUATION An API for asynchronous I/O has been developed for jdk7 via JSR-203.
16-02-2009

EVALUATION Under consideration for Tiger. -- ###@###.### 2002/2/20
02-10-0186