You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to Python's limitations (i.e., GIL), the current multiprocessing implementation is not working properly.
I've been reading about sharing global variables in Python using multiprocessing.
Maybe we can use the Multiprocessing.manager to successfully share python objects among processes. I'll read more about this.
The text was updated successfully, but these errors were encountered:
Due to Python's limitations (i.e., GIL), the current multiprocessing implementation is not working properly.
I've been reading about sharing global variables in Python using multiprocessing.
Maybe we can use the
Multiprocessing.manager
to successfully share python objects among processes. I'll read more about this.The text was updated successfully, but these errors were encountered: