JDK-4094858 : Need the select() call for Socket in java.net.
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.net
  • Affected Version: 1.1.4,1.2.0
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,windows_95,windows_nt
  • CPU: generic,x86
  • Submitted: 1997-11-24
  • Updated: 2000-03-28
  • Resolved: 2000-03-28
Related Reports
Duplicate :  
Description
Name: dgC58589			Date: 11/24/97


Without the select() call, it is IMPOSSIBLE
to build a server that uses a pool of worker
threads where each thread services MORE THAN
ONE socket connections.

This is critical to Java server development --
having one thread serve each socket connection
is NOT scalable.
(Review ID: 20459)
======================================================================

Comments
WORK AROUND Name: dgC58589 Date: 11/24/97 ======================================================================
11-06-2004

EVALUATION yes. yingxian.wang@eng 1999-10-12
12-10-1999