If you're running POE, it's not really parallel. You've a single "thread" of execution that's switching between each process. You will not be taking advantage of multiple cores, CPUs, or machines. You need to be using something that actually spawns threads or forks to get something that is parallel and what you've shown doesn't appear to be anything like that.
⠤⠤ ⠙⠊⠕⠞⠁⠇⠑⠧⠊
In reply to Re: Easily parallelize program execution
by diotalevi
in thread Easily parallelize program execution
by bennymack
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |