Relative Content

Tag Archive for pythonparallel-processing

Using multiprocessing to simulate multiple computers

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?