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: 236

Filed under:
|

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

Related posts about thread

Related posts about c#