Hey everyone,
I am new to .NET Framework programing and I have an important question.
In fact, I need to launch many thread in my application. I assume to use
backgroundWorke r which are really easy to use. The plateform where the
application will run is a Bi processor.
I wanted to know if its possible to assign each of my backgroundWorke r to
one processor, as it is possible for "normal" thread throw the
Process.Process orAffinity property.
To sum up, maybe someone could explain me how my backgroundWorke r"ed"
application could use both of my processor?
thanks a lot!
I am new to .NET Framework programing and I have an important question.
In fact, I need to launch many thread in my application. I assume to use
backgroundWorke r which are really easy to use. The plateform where the
application will run is a Bi processor.
I wanted to know if its possible to assign each of my backgroundWorke r to
one processor, as it is possible for "normal" thread throw the
Process.Process orAffinity property.
To sum up, maybe someone could explain me how my backgroundWorke r"ed"
application could use both of my processor?
thanks a lot!