I need to call in sequence and thousand of times a third party process using the following:
using (Process process = new Process()) { process.Start();