I want to use multiprocessing (Python) to simulate the following scenario: there are multiple computing centers, each with multiple computers, and these computers can execute tasks in parallel. Consider each process as representing a computer. Is this approach feasible?
I initially used threading to simulate the scenario, but it felt unreasonable.
New contributor
cathy willy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3