JDK-4081138 : rfe: select() equivalent in java
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.1.2
  • Priority: P5
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5.1
  • CPU: sparc
  • Submitted: 1997-09-23
  • Updated: 1997-12-16
  • Resolved: 1997-12-16
Related Reports
Duplicate :  
Description

Name: joT67522			Date: 09/23/97


I am in the process of developing a server application for a
client which requires hundreds of simultaneous TCP connections. 
The suggested way of doing this is by spawning a thread for each
client, but that is not very feasible since most OSs can't handle 
500+ threads in a process really well. An events based scheme for
IO across multiple streams would be an ideal, extensible way of 
handling this particular problem.
company - Software Elements, Inc. , email - ###@###.###
======================================================================

Comments
WORK AROUND Name: joT67522 Date: 09/23/97 ======================================================================
11-06-2004