|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xenbus message id's
On 21/12/2008 03:50, "James Harper" <james.harper@xxxxxxxxxxxxxxxx> wrote:
> Unless there is a good reason to allow multiple outstanding requests,
> I'll change the xenbus code in GPLPV to be more like the linux version
> as it looks quite a bit simpler. xenbus is hardly a performance
> sensitive interface...
Request/response pairs are serialised in the C xenstored. Further, multiple
in-flight transactions are allowed (although the rather basic conflict
detection means that all but the first to commit will be failed).
We might move to a smarter xenstored, but overall higher parallel
performance of one domain's xenbus implementation is probably not a very
important thing to optimise?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|