0

What is the technical difference between multiprocessing SharedMemory and an anonymous mmap? Is one better than the other?

mara004
  • 1,435
  • 11
  • 24
  • 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

0 Answers0