I'm trying to loop through many different items. I understand that, computer power permitting, two Stata windows running half of the loop separately and simultaneously would run quicker than a single instance of Stata (this is based on other posts I have seen on this forum, please correct me if I'm wrong). Since the results are not dependent on each other, these could theoretically be separate do-files, one for each part of the loop.
I was wondering if it was possible to run multiple instances of Stata from the same do-file, essentially running two different do-files from the same master do-file simultaneously in different windows.
I was wondering if it was possible to run multiple instances of Stata from the same do-file, essentially running two different do-files from the same master do-file simultaneously in different windows.
Comment