Duplicate :
|
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) ======================================================================
|