qiuyang163 commented on issue #13787:
URL: https://github.com/apache/arrow/issues/13787#issuecomment-1204869595

   > If you are creating a disk-backed memory map then the OS needs to write 
out the data at some point. What happens if you locate your memory mapped file 
inside a tmpfs such as `/dev/shm`?
   
   I don't want to map a file to memory, It will cause some data synchronize.
   Does pyarrow support communication inter-process(IPC) without mapping a 
file?Just like multiprocessing. sharedctypes only use sharing memory to do it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to