How to use hardware threads in C# dot net code running on multicore machine ?
- by Techee
How to use hardware threads in C sharp code running on multi core machine ? Any example will be appreciated.
I wish to run the two threads parallelly on two cores of my machine. If I create normal software threads in C sharp they may run on single core. Is it possible to run these two threads implicitly parallel on two cores so as to get better performance ?