Hacker News new | ask | show | jobs
by LoganDark 22 days ago
That induces disk I/O overhead (even if it somehow doesn't impact IPC performance)
2 comments

The file doesn’t have to be disk-backed.
Don't you need something mounted for that?
No, you can use a memfd.
And `/dev/shm/` (which postgres uses by default on most Unix platforms)
It doesnt. Processes can share memory