flaxsearch / flaxcode

Automatically exported from code.google.com/p/flaxcode
4 stars 1 forks source link

Investigate ways of controlling which cpu processes run on #144

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm doing a little bit of ad hoc filter comparisons. One thing I've noticed
on my dual core windows XP box is that it appears that all of the flax
processes are running on the same CPU. I'm not sure how you verify this,
but the total CPU load for them never exceeds 50% and they're the only
processes doing any real work. The System idle process never drops below 50%.

In task manager you can manually set which CPU that a process runs on so
presumably there's a api to control this.

These days most new machines are multi-core and it would be good to be able
to exploit that if possible.

Original issue reported on code.google.com by paul.x.r...@googlemail.com on 23 Nov 2007 at 6:31

GoogleCodeExporter commented 9 years ago
More info on such stuff on windows:
http://msdn2.microsoft.com/en-us/library/ms684841.aspx

Original comment by paul.x.r...@googlemail.com on 23 Nov 2007 at 6:39

GoogleCodeExporter commented 9 years ago

Original comment by charliej...@gmail.com on 27 Aug 2009 at 1:18