• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

multi-thread vb

ccarruth

Member
Understand you really can't..you have to modify and use .NET or C or something else. Have existing VB code that works but large number of records makes it almost pointless.

Anyone have experience taking existing code and modifying to run on multi-core CPU?

C
 
Hi ,

The ultimate aim of multi-threading is to speed up execution of the code.

Depending on the code , this can probably be achieved in other ways ; multi-threading should be the last resort after you have exhausted all other options.

If you can post the code , and mention its present execution time , and how much you wish to reduce it to , we can see if anything else is possible.

Narayan
 
That would be great if possible. The code base is multi-module, pushing VB to galaxies where no one has gone before lol. Need a pair of eyeballs in code base to see what can be done.
 
Multi-Module means nothing, many programs use lots of modules, but they typically run sequentially

Sharing the code is the easiest way for us to see what your trying to do

Can you describe what your trying to model if you can't share the code
 
Back
Top