|
|
|
|
|
by OutOfHere
562 days ago
|
|
The basis for running 1 million concurrent tasks is to support 1 million active concurrent user connections. They don't need to run in parallel if async is used. As shown, Rust and C# do well. How would you support it in Go? |
|
[1] https://www.freecodecamp.org/news/million-websockets-and-go-...