LCE: The failure of operating systems and how we can fix it
LCE: The failure of operating systems and how we can fix it
Posted Nov 22, 2012 6:08 UTC (Thu) by HelloWorld (guest, #56129)In reply to: LCE: The failure of operating systems and how we can fix it by robert_s
Parent article: LCE: The failure of operating systems and how we can fix it
What's the problem with IPC? The whole point of containers is to have better granularity: share the IPC namespace, but don't share the file system namespace so that you can use your own shared libraries.
Posted Nov 22, 2012 8:13 UTC (Thu)
by Fowl (subscriber, #65667)
[Link]
Plus people want to use containers for more serious "untrusted" isolation.
LCE: The failure of operating systems and how we can fix it
Shared libraries often use IPC...
