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

Popular posts from this blog

c++ - llvm function pass ReplaceInstWithInst malloc -

java.lang.NoClassDefFoundError When Creating New Android Project -

Decoding a Python 2 `tempfile` with python-future -