What is difference between Thread Affinity and Process affinity ?
Posted
by DotNetBeginner
on Stack Overflow
See other posts from Stack Overflow
or by DotNetBeginner
Published on 2010-03-24T11:50:45Z
Indexed on
2010/03/24
11:53 UTC
Read the original article
Hit count: 340
What is difference between Thread Affinity and Process affinity ?
If I have two Threads and I have duel core machine then is it possible to run these two threads parallely on the two cores ?
If I use processor affinity Mask then I can control execution of a process on the cores but when I have to run threads on a particular core how can I make these threads core specific ?
A very simple example will be appreciated.
© Stack Overflow or respective owner