uWebSockets/examples/EchoServerThreaded.cpp #1411
-
I wrote a server like the one in the uWebSockets/examples/EchoServerThreaded.cpp example. I have a test that connects 2000 clients at the same time and Any help to understand would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
On Windows it will only send requests to 1 thread, you need to listen on different ports and reverse-proxy to each port on Windows. I don't use Mac but I think it was something similar. Same port only works on Linux, see #1194 |
Beta Was this translation helpful? Give feedback.
On Windows it will only send requests to 1 thread, you need to listen on different ports and reverse-proxy to each port on Windows. I don't use Mac but I think it was something similar. Same port only works on Linux, see #1194