> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:p2p-hackers- > [EMAIL PROTECTED] On Behalf Of Scott Best > Sent: August 14, 2008 8:58 PM > To: theory and practice of decentralized computer networks > Subject: Re: [p2p-hackers] P2P or centralized > > Was that ... > > * 100k persistent TCP connections/server, or > * 100k HTTP message/response clients per server? > > If the first, then I assume a *nix server (as Windows has an 18k > file handle limit)?
For what it's worth - Windows app that is built on top of IO Completion Ports can quite easily handle 100k connections. Handle limit is not an issue, CPU saturation is. Alex _______________________________________________ p2p-hackers mailing list [email protected] http://lists.zooko.com/mailman/listinfo/p2p-hackers
