Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • I'm sorry, did I write something terribly stupid and not notice the mistake? Commented Jan 9, 2021 at 10:14
  • Thanks, so I need one server with many cores, and each one of these cores does the heavy calculations? So for 11 concurrent users, I need 100 cores? I dont know what you got downvoted, this is a good answer Commented Jan 9, 2021 at 20:19
  • 1
    @Mark I was assuming that your server is only slightly too slow. If your server is way too slow, then you will want to have many servers, not a single server with lots of cores. But since your application is single-threaded now, and let's say your server has 4 cores, you could make it 4 times faster if you used all of them, and you wouldn't need to buy anything! Commented Jan 10, 2021 at 2:24