Y
Hacker News
new
|
ask
|
show
|
jobs
by
forgotmyinfo
818 days ago
This is basically dynamic linking: you have foo.so sitting somewhere on disk, and multiple processes can just load it whenever. It can't be read-only, though; you need to add new libraries to that directory eventually.