--On 2003-12-17 12:57 PM -0800 Larry Osterman <[EMAIL PROTECTED]> wrote:

On NT, 300,000 TCP connections that are idle means that 300,000 socket
handles are open.  On *nix, it means that 300,000 processes are
running.

Not a chance. It means one (or a very few) threaded processes are giving select()/poll() a good workout.


--lyndon

Reply via email to