Y
Hacker News
new
|
ask
|
show
|
jobs
by
pezezin
164 days ago
In any modern OS with CoW forking/paging, multiple worker processes of the same app will share code segments by default.
1 comments
rollcat
164 days ago
COW on fork has been a given for decades.
You can't COW two different libraries, even if the libraries in question share the source code text.
link
You can't COW two different libraries, even if the libraries in question share the source code text.