I'm currently testing an application that extracts data from SQL to text files then FTPs the data. All of that works fine, but I need to determine if it is better to set the extracts up in sequence or if I can run them all at once OR where is the line that determines one process is better than the other. For example, running 32 extracts simultaneously is quicker than running them in sequence, but running 33 simultaneously is slower.
Now, I can run them in sequence by using wshshell.run with the true flag, but how do I run them all at once and time when they finish? I want to launch them all, have vb wait for them to finish, then report the time.
Ideas?
-If it ain't broke, break it and make it better.
Now, I can run them in sequence by using wshshell.run with the true flag, but how do I run them all at once and time when they finish? I want to launch them all, have vb wait for them to finish, then report the time.
Ideas?
-If it ain't broke, break it and make it better.