Hi.
Would you say, it is possible to write a C# program taking use of the ProccessorAffinity API, to run any other C/C++ program on multiple cores, even if it is written for one core.
My answer is no, but this guys claims different:
Crossfire 3.2 - A Gaming Community
Thanks :)
Write a third-party C# program to make any software run on multiple cores
Started by zectar, Jan 28 2011 10:45 AM
1 reply to this topic
#1
Posted 28 January 2011 - 10:45 AM
|
|
|
#2
Posted 02 February 2011 - 03:51 PM
No, if it isn't threaded, it won't use more than one core. But that doesn't appear what he is claiming. What it looks like is that his software searches for the least used core and assigns the process in question to that core, thus giving a slight performance boost.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









