You can't scale a single-threaded process by adding more logical CPUs.
Why is this something that confuses people?
You can't scale a single-threaded process by adding more logical CPUs.
Why is this something that confuses people?
@silverwizard There is out-of-order execution, but modern CPUs aleady do this anyway. I don't know that adding a logical CPU could really help.
@silverwizard out of order operation isn't just about changing the order of the operations. It lets you (sometimes) pre-compute the result of future instructions as long as they're not based on the output of the previous ones enabling you to parallelize what would otherwise be a single execution thread. I imagine there's a point of diminishing returns though.
https://www.youtube.com/watch?v=jNC9LPc3BI0
Perhaps I'm misunderstanding what you're saying?
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.