I have a task (task #1) to which I give parameters, and it is called by another job. The calling job call (task #1) 3 times, and I'd like the 3 calls to run simultaneously. Is it because I run the 3 on the same machine that it is not possible? Else how could I do it?
thanks