Y
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
drdexebtjl
22 days ago
The file doesn’t have to be disk-backed.
link
LoganDark
22 days ago
Don't you need something mounted for that?
link
yxhuvud
22 days ago
No, you can use a memfd.
link
tankenmate
22 days ago
And `/dev/shm/` (which postgres uses by default on most Unix platforms)
link
outpost_mystic2
22 days ago
It doesnt. Processes can share memory
link