|
|
|
|
|
by withinboredom
914 days ago
|
|
I don't see how you think my comments are "disparaging," this is just code doing what it is programmed to do. > It’s entirely possible to run a server that will handle tens of thousands of req/sec Indeed, you can do this. I'm talking about what happens once the Go starts getting memory pressure and the GC starts dominating the CPU. This is what it is designed to do. If your code can prevent that from happening, you are correct then, as it won't be an issue. |
|