|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] shared memory between domains
Take a look a the openMosix distributed shared memory implementation.
The algorithms for synchronization can be re-used directly. In
openMosix it's obviously at the kernel level using tmpfs, in your
solution you need to abstract that first.
Moshe
On Feb 24, 2005, at 3:54 AM, Zhiyi Huang wrote:
Hi, I plan to start a project to provide a shared memory between
multiple domains. Any comments and suggestions are welcome. Very much
appreciated if you can pinpoint the possible involved
files/mechanisms.
--------------------------
Zhiyi from EPFL Switzerland
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real
users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|