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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
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@lists.sourceforge.net > 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
> 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.Sounds interesting. What kind of sharing mechanism are you looking at? Something available to userspace programs? Or something to save memory by sharing common text / data? Cheers, Mark ------------------------------------------------------- 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel