in reply to Re^2: Using threads to run multiple external processes at the same time
in thread Using threads to run multiple external processes at the same time
Besides, I don't trust that every OS treats threads in such a way that it's actually running different threads of the same process on different CPUs. Or that it gives 2 threads the same number of run-slots as it does with 2 processes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Using threads to run multiple external processes at the same time
by BrowserUk (Patriarch) on Sep 01, 2009 at 01:38 UTC |