> 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
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
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.
--
> 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
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