
November 3rd, 2005, 09:00 AM
|
|
|
|
Design and Architecture
Severs typically need to be able to handle multiple clients simultaneously. This presents several problems that need to be solved. This article addresses three of those issues: allowing multiple clients to connect and stay connnected, efficient use of resources, and keeping the server responsive to each of the clients. It is excerpted from chapter five of the book The Definitive Guide to Linux Networking Programming, written by Keir Davis et. al. (Apress, 2004; ISBN: 1590593227).
Read the full article here: Design and Architecture
For more discussion go here: Blog Article Discussion
|