|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] RE: Co-scheduling HVM domains...
> I'm resending this to the list because I don't believe it made it
> through the first time.
If you're not subscribed there's a delay before somebody comes along and
manually allows your mail.
> I have a multi-processor, multi-core environment where I will be running
> an application on one HVM domain A (Windows 2003) and another app in
> another HVM domain A' (Windows as well). There will be multiple
> instances of this pair combination. For performance reasons, I would
> like to find out if there is any way to control the scheduling of the
> paired domains, such that
>
>
>
> 1) if domain A is scheduled on a physical CPU 1, domain A' is also
> scheduled at the same time on cpu 2. or
There's not a simple way of arranging this.
> 2) if domain A is scheduled on physical CPU, domain A' is the next
> domain to be scheduled on the CPU, even if domain B was the next legal
> owner of the time slice.
If you can dedicate a CPU per domain pair then you can just pin each domain
pair to a different CPU. This should approximate the behaviour you want.
Even if you pin several pairs to a CPU it should bound the latency
somewhat... however...
What's you're application? If requests between your domains can be batched up
somehow then I'd expect performance to be OK without special configuration.
Cheers,
Mark
--
Dave: Just a question. What use is a unicyle with no seat? And no pedals!
Mark: To answer a question with a question: What use is a skateboard?
Dave: Skateboards have wheels.
Mark: My wheel has a wheel!
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|