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 - ###@###.###
======================================================================
- duplicates
-
JDK-4066781 java.io: Support polling/select-like functionality
-
- Closed
-