Fewer VMs on UNIX boxes?
"The first cause that springs to mind concerns the traditional dependencies that have existed between applications and the platforms upon which they sit. A familiar challenge is how each application requires the underlying systems stack to be configured in a particular way, which is typically different to other applications."
I think this --^ is also the reason why the x86 use of VMs is higher than the "proprietary UNIX" use -- I'm sure there are exceptions, but in general UNIX apps interact with the underlying OS cleanly, they don't require OS modifications, and have other mechanisms (chroot jails and such) to seperate the per-app environment if needed without resorting to an entire OS for each.
Anyway, I find virtualization to be an interesting topic, keep up the good articles on it!


