Multiprocessing Share Unserializable Objects Between Processes
问题 There are three questions as possible duplicates (but too specific): How to properly set up multiprocessing proxy objects for objects that already exist Share object with process (multiprocess) Can I use a ProcessPoolExecutor from within a Future? By answering this question all three other questions can be answered. Hopefully I make myself clear: Once I created an object in some process created by multiprocessing: How do I pass a reference to that object to an other process? (not so important