SMP?
SMP?
Posted Mar 23, 2012 13:02 UTC (Fri) by ScottMinster (subscriber, #67541)Parent article: Toward better NUMA scheduling
I've noticed that when a single thread process runs on a Linux SMP system, it tends to be distributed to all the cores almost equally (based on looking at top output, etc). Perhaps naively, it seems to me that it would be better to run that thread on a single core, to take advantage of caches in that core rather than switching between cores.
So, my question is, would some of these changes, like the concept of a "home node" make sense in the normal SMP world?
