English | 中文 | Русский | Français
2,595 Posts served
8,341 Conversations started
Recently I have got a workload that could not scale beyond a few cores. This particular application is using one thread per user, so theoretically, if one has an 8-core machine then 8 concurrent users should fully utilize the machine giving 8x speedup compared to a sequential run. It did not happen. At most two [...]