erik.elmore wrote:
I think what I'm needing the most clarification on is this: Are the collective resources of 3 physical machines really able to be shared by a group of virtual machines?
Yes. Using live-migration (and as long as you have networked storage) you could load-balance your running domains across those three machines. But, Xen doesn't do this automatically -- you'd need to script up a load-balancer to initiate moving the domains around.
erik.elmore wrote:
As UML hosting goes usually, you have a single physical machine serving a group of virtual hosts--will Xen allow you have several virtual machines being served by a cluster (as opposed to a single) physical machine?
Kinda -- See answer above.
erik.elmore wrote:
Could one concievably pool resources of several powerful physical machines to serve one virtual machine with an increase of performance?
No. A Xen domain runs on top of one host, and one host only. It can be moved to another host, but it's still limited by the resources of a single machine.
-Chris