[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] /proc/xen/xenbus supports watch?
On 25 Sep 2005, at 04:29, Rusty Russell wrote: I was assuming per-connection, ie. every time a tool opens /proc/xen/xenbus we map a new page/event channel, and free on close. ie. the drivers in the domU kernel share the store comms page created with the domain, tools in the domU get a separate page each,tools in dom0 connect to the unix domain socket each. To the store, one connection, one transport. (Each connection can set up multiple watchesof course, and Christian has been hinting that he wants multiple transactions too, but that's another argument). Yeah, I can live with this, although: What about multiple transactions within the kernel? Do you plan to continue serialising them (e.g., on a waitqueue)? An advantage of mux/demux would be that concurrent kernel transactions could easily use the same mechanism. Your scheme places restart mechanisms in user space, so they're out of reach for kernel transactions. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |