Hello Alexander, the only limit is the OS and available RAM. This is winsock issue not ICS. You need 10 KB non-paged RAM per socket. Non paged RAM can grow in OS until maximum 1/8 of fisical RAM.
Note that other programs also can use non paged memory. that is each program that uses overlapped IO at least. For 5000+ connections I should advice a server OS. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Friday, March 28, 2008, 14:25, Alexander Makhanev wrote: > We need 5000+ clients stable work. > Angus Robertson - Magenta Systems Ltd <[EMAIL PROTECTED]> wrote: > > How many client connections can produce as maximum TWSocketServer >> at the same time? (Every client will be sending ~2Kb every 3-5sec. >> Server will be rarely sending 1Kb broadcast to all clients.) > Hundreds of connections, PC OS and memory dependent. I ran a test last > week on XP with 250 clients running for seven days sending one line of > text a second saved to 250 different files, the tasks were using about 5% > CPU. You can test this yourself using my ComCap (captures text) and > ComGen (generates text) applications that now have a limit of 500 clients. > http://www.magsys.co.uk/comcap/cmbeta.asp > Or programmatically with 'Magenta Systems IP Log Streaming Component' > which is what ComCap and ComGen use, just create an array with 500 or > more components in code: > http://www.magsys.co.uk/delphi/magics.asp > Angus > -- > To unsubscribe or change your settings for TWSocket mailing list > please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket > Visit our website at http://www.overbyte.be > --------------------------------- > Never miss a thing. Make Yahoo your homepage. -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
