What is the technical difference between multiprocessing SharedMemory and an anonymous mmap? Is one better than the other?
Asked
Active
Viewed 19 times
0
-
Does this answer your question? [What is the purpose of MAP\_ANONYMOUS flag in mmap system call?](https://stackoverflow.com/questions/34042915/what-is-the-purpose-of-map-anonymous-flag-in-mmap-system-call) – Jemshit Jul 16 '23 at 13:33
-
@Jemshit No, this is just about anonymous mmap on linux in general, but I'm interested in a python viewpoint and the comparison with multiprocessing posix shared memory specifically. – mara004 Jul 16 '23 at 14:51