Y
Hacker News
new
|
ask
|
show
|
jobs
by
mlaretallack
5 days ago
In Linux, when a shared lib is loaded by multiple processes, its loaded once and not duplicated in ram. Only if a memory page is modified by the process will the memory be duplicated. (Hope I have explained that correctly)