K
Kevin
Hi
I am writing an application for a client that (mostly) have dual core
desktop machines.
I have a DB query that returns a large amount of data that I will then
need to manipulate on the client side.
What I would like to know is whether it is possible to split my data
into 2, and then start two threads to do the manipulation.
Will .Net/Windows XP automatically assign each thread to a different
core, thus substantially decreasing the time that is taken to
manipulate the data? I.e. will it work (almost) twice as fast?
Thanks
Kevin
I am writing an application for a client that (mostly) have dual core
desktop machines.
I have a DB query that returns a large amount of data that I will then
need to manipulate on the client side.
What I would like to know is whether it is possible to split my data
into 2, and then start two threads to do the manipulation.
Will .Net/Windows XP automatically assign each thread to a different
core, thus substantially decreasing the time that is taken to
manipulate the data? I.e. will it work (almost) twice as fast?
Thanks
Kevin