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

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -