Re: [twsocket] TWSocketServer maximum productivity

2008-03-27 Thread Angus Robertson - Magenta Systems Ltd
> 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 cli

Re: [twsocket] Fw: ICS issue.. (Access violation at address 7C92BD02 inmodule 'ntdll.dll')

2008-03-27 Thread Arno Garrels
Alexander Makhanev wrote: >> Is this AV happening randomly or always when more than >> 1000 users are connected? I cannot reproduce this with >> latest ICS v6 on a clean W2K3 SP1 so far. How long do >> I have to run the test? > > > Try it with 5000 clients sending ~10Kb data every 3sec > and serv

[twsocket] TWSocketServer maximum productivity

2008-03-27 Thread Alexander Makhanev
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.) Thanks. - Never miss a thing. Make Yahoo your homepage. --

Re: [twsocket] THttpCli exception errors

2008-03-27 Thread Francois Piette
> Why not just give the option of sending an alert > instead of closing the app with a fatal error? The app close only because you don't handle the exception. You can handle the exception as you like. It is not the component which has to display an alert, it is your application. Contribute to the

[twsocket] THttpCli exception errors

2008-03-27 Thread crazdcodr
Why is ICS written to trigger an exception error upon events such as an internal server error, or when a connection request is aborted in the middle of receiving data from the server? The code I am referring to is this: if (FStatusCode >= 400) and (FStatusCode <> 401) and (FStatusCode <> 407) then