Message 1 of 4
Will using VB express to multithread speed the program?

Not applicable
11-19-2014
11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a repetetive task that will repeat 40k times. I'm thinking about using VB express to write the operation and take advantage of multithreading. However I'm concerned that even if I multithread the code VB will need to write back into IV and it won't speed anything up.
For the time being I'm doing thousands of splits. While I can split up the proccess of splitting does IV become a chokepoint?