Anyone can fake up a demo
> Solaris 2.6 and above can handle 100,000 connections if the
> server has plenty of memory and is properly configured.
100,000 connections with an 8K window (minimum to be sane and all the clients
being awkward- which is a requirement for a non lab assumption)
100000 * 8192 (ignoring OS socket buffer overhead)
is about 800Mb of memory for network buffers.
So a 2Gig Linux box should be just fine.
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/