MillenniumForce / overkill

Overkill lets you run parallel processes accross computers
https://millenniumforce.github.io/overkill
0 stars 0 forks source link

Multiple Master/Workers #26

Closed MillenniumForce closed 2 years ago

MillenniumForce commented 2 years ago

Description

If there are multiple instances of Master and worker running in the same python environment that will interact with the same global functions. Need to make Master and Worker singleton classes

This probably doesn't need to be implemented and just adds unnecessary work. Instead need to document that multiple masters and workers in the same Python environment is discouraged and may cause unexpected behaviour (see #24)