Thread affinity
Posted
by mita
on Stack Overflow
See other posts from Stack Overflow
or by mita
Published on 2010-03-24T18:57:38Z
Indexed on
2010/03/24
19:03 UTC
Read the original article
Hit count: 252
Can we set two thread or two task to execute with different processor affinity in C#.net Application?
I have read about SetThreadAffinityMask but there is no example to have that used..
or Is there any way TPL(Task Parellel Libray) executes two thread/Task in with high priorty to use 100% cpu ?
© Stack Overflow or respective owner