Hacker News new | ask | show | jobs
by zielmicha 1611 days ago
You can also share arbitrary binary data between processes by using shared memory (e.g. Python has support for this in multiprocessing.shared_memory module).