Skip to content
Prev 243705 / 398513 Next

using foreach (parallel processing)

----------------------------------------
[...]
Recent 'dohs releases including windohs 7 have more task manager capabilities
although afaik it is still hard to reduce the display to text for easy sharing.
One thing to look at is disk usage and page faults. Again, it is easy for IO
to take longer than processing. Usually cores end up fighting
with each other for memory eventually causing VM thrashing.

I posted a link to IEEE blurb here, showing non-monotonic
performance results as a function of cores used ( I can't remember
now if this was cores or processors but you get the idea ),

http://lists.boost.org/boost-users/2008/11/42263.php

You can generally expect peformance gains if each core
is off doing its own thing, not competing with the others
for memory or disk or other limited resources.