Replies: 1 comment 3 replies
-
I don't understand what you want to check. If 1500 client connections produce disconnections, shouldn't you try lowering the number of connections? 2 emits per second with 1500 clients means you are emitting 3000 messages per second. Can your hardware handle that much traffic? If the goal is determining emits per second, why don't you use a single connection and emit to it without a sleep? That will give you how many emits per second you can handle. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to run only 2 emits per second to check how many emits the framework can handle for every second in the background task after establishing 1500 client connections. I could see the CPU load gradually increase and see disconnection in a minute.
Is there a better way to check this scenario?
Beta Was this translation helpful? Give feedback.
All reactions