|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] XenStore Watch Behavior
On 26/8/06 9:32 pm, "John McCullough" <jmccullo@xxxxxxxxxxx> wrote:
> What is the intended behavior of watches on the XenStore? Should
> only one watch be allowed on a given sub-hierarchy? Should the most
> specific watch be triggered alone? Should all watches be triggered?
I believe it's all supposed to work in a very obvious and simple way: All
watches registered on a prefix of the updated node's path should be fired. A
single transaction can fire the same watch multiple times if that watch is
on a common prefix of a number of nodes updated by that transaction (since
each firing event specifies the full path of the modified node, so events
can't really be merged).
If you observe different behaviour from this then it is most likely a bug
and we would love to receive patches!
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|