|
-
Feb 4th, 2010, 10:20 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Question on BackgroundWorker
I am running Visual Studio 2008 on Windows XP.
I have an application that has to process data and insert it to a database, which it does now in the main thread. My computer has multiple processors, though, and I was wondering if I could use BackgroundWorker to utilize both processors.
I'm hoping to use multi-threading to speed up the processing.
So that's the question. If I have two processors and create two background threads, will they both run on one processor or will each run on a different processor?
In other words, will multi-threading help me at all?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|