depends on how you allocate your resources, that is, the number of cores, cores per artist and allocated memory to the performers. it also depends on how you program to achieve maximum parallelism.
it also depends on how you code to achieve maximum parallelism. if there are two tasks, and they are independent of each other, they will work in parallel. if one task depends on the result of the previous task, they will be performed in series.
Yes, the number of cores can be divided into two tasks, making two executors and highlighting the available cores.
. , .