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 - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -