JDK-4293459 : support a "select" like IO mechanism
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.2.1,1.3.0,1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,solaris_7
  • CPU: generic,sparc
  • Submitted: 1999-11-22
  • Updated: 2000-02-25
  • Resolved: 2000-02-25
Related Reports
Duplicate :  
Description

Name: gh8910			Date: 11/22/99



To allow a single thread to manage multiple IO connections,
the Java platform should support an API analogous to the 
Unix "select" or "poll" APIs, to permit a thread to wait
for one of a set of connections to be ready for IO.

It is possible that this functionality might be subsumed
by the more general asynchronous IO proposal 4290702.

======================================================================


aron.fu@eng 2000-01-20

Customer FireClick is asking for the same feature.
This is important when the server needs to manage massive
amount of connections for efficiency.

Comments
EVALUATION To be subsumed by 4313882 pending approval from jdk-planning@eng. -- mr@eng 2000/2/18
11-06-2004