|
|
Subscribe / Log in / New account

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 15, 2012 15:26 UTC (Thu) by raven667 (subscriber, #5198)
In reply to: LCE: The failure of operating systems and how we can fix it by epa
Parent article: LCE: The failure of operating systems and how we can fix it

I think this is exactly right and is something I have noticed as well. I would also add that this is the reality of the micro kernel model, so in a way tannenbaum was right., micro kernels are the future, but we call them hypervisors.


to post comments

LCE: The failure of operating systems and how we can fix it

Posted Nov 15, 2012 18:01 UTC (Thu) by drag (guest, #31333) [Link] (1 responses)

And with KVM we call hypervisors "Linux"

LCE: The failure of operating systems and how we can fix it

Posted Nov 15, 2012 20:09 UTC (Thu) by glommer (guest, #15592) [Link]

Which is a very big advantage of KVM, why I like it so much, and worked on it for so long.

But while you are reusing all of the infrastructure from the OS - awesome - you still have two schedulers, two virtual memory subsystems, two IO dispatchers, etc.

Containers, OTOH, are basically the Operating System taking resource isolation one step further, and allowing you to do all that without resorting to all the resource duplication you have with hypervisors - be your hypervisor your own OS or not.

Which of them suits you better, is up to you, your use cases, and personal preferences.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds