D vs Java
Walter Bright
newshound at digitalmars.com
Sun Mar 19 10:13:34 PST 2006
"Jari-Matti Mäkelä" <jmjmak at utu.fi.invalid> wrote in message
news:dvk2v1$1rf1$1 at digitaldaemon.com...
> Using VMs is not a solution, it's a terribly perverted workaround. The
> real problem is that current operating systems are far too monolithic
> and hang/corrupt the whole machine when one unfortunate process
> dies/does something bad.
I agree. The job of the operating system is to sandbox processes so that
when one dies, it is isolated from all the others, which it does a
reasonably good job doing (but it could do better). The CPU hardware
certainly is set up to support this. You can even run Windows entirely in a
virtual machine!
More information about the Digitalmars-d
mailing list