python - Sharing numpy arrays between multiple processes without inheritance -
i share numpy arrays between multiple processes. there working solutions here. pass arrays child process through inheritance, not work me because have start few worker processes beforehand , don't know how many arrays i'm going deal later on. there way create such arrays after process started , pass these arrays processes via queues?
btw reason i'm not able use multiprocessing.manager
.
Comments
Post a Comment