Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
code parallel programing aboat select core for run tasks
Posted
Comments
Sergey Alexandrovich Kryukov 24-May-11 16:54pm    
This is not a question.
--SA

I can't tell, but it sounds like you are trying to set the processor affinity. I have not tried this particular tool, but using Google I came across:
http://www.addictivetips.com/windows-tips/how-to-set-processor-affinity-to-an-application-in-windows/[^]
 
Share this answer
 
If you're trying to set processor affinity for a thread, you better have a damn good reason to do so. This is something that is not normally done in a normal user application. You have to take into consideration that your are screwing with the thread schedulers ability to keep everything running smoothly. If you don't know what you're doing, you can actually slow the entire system down.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900