From: Kip Macy <kmacy@eventdriven.org>
To: Keir Fraser <Keir.Fraser@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: copy on write memory
Date: Thu, 18 Nov 2004 11:16:34 -0800 (PST) [thread overview]
Message-ID: <20041118111500.L39146@demos.bsdclusters.com> (raw)
In-Reply-To: <E1CUrRF-0005Vw-00@mta1.cl.cam.ac.uk>
It doesn't sound like the performance benefit would justify the added
management complexity for xen.
-Kip
On Thu, 18 Nov 2004, Keir Fraser wrote:
> > >
> > > Is there any documentation on the semantics of DCSS and the hypervisor
> > > services that are used? It would be interesting to see if Xen ought to
> > > have some similar concept.
> >
> > This doesn't really answer your question - but the closest your likely
> > to get is at their pubs:
> >
> > http://www.vm.ibm.com/pubs/
>
> There's a manual called "How to Improve the Performance of Linux on
> z/VM with Execute-In-Place Technology", which is easily googled for.
> Turns out that DCSSs are pretty simple things -- just a blob of
> physmem that is mapped into phys address space of every Linux
> instance, and contains a read-only filesystem image. xip2fs is a
> simple read-only fs that serves mmap() requests directly out of the
> shared DCSS rather than the private block cache. Looks tedious to
> manage because the whole filesystem takes up space in every Linux
> memory map all the time, no matter whether a particular file/block is
> being used. So you have to be careful to put only frequently accessed
> and highly shared files in the filesystem and use twisted symlinks to
> link in from their usual location into the mounted xip2fs filesystem.
>
> -- Keir
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: InterSystems CACHE
> FREE OODBMS DOWNLOAD - A multidimensional database that combines
> robust object and relational technologies, making it a perfect match
> for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
next prev parent reply other threads:[~2004-11-18 19:16 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-15 22:01 copy on write memory Peri Hankey
2004-11-16 0:35 ` Rik van Riel
2004-11-16 9:44 ` Peri Hankey
2004-11-16 9:51 ` Peri Hankey
2004-11-16 15:27 ` urmk
2004-11-16 16:17 ` Mark A. Williamson
2004-11-18 16:56 ` Peri Hankey
2004-11-18 17:11 ` urmk
2004-11-18 17:25 ` Keir Fraser
2004-11-18 18:41 ` Kip Macy
2004-11-18 18:55 ` Keir Fraser
2004-11-18 19:16 ` Kip Macy [this message]
2004-11-18 18:15 ` Peri Hankey
2004-11-19 10:35 ` Jacob Gorm Hansen
2004-11-19 10:59 ` Keir Fraser
2004-11-19 12:02 ` Jacob Gorm Hansen
2004-11-19 14:50 ` Keir Fraser
2004-11-22 12:42 ` Jacob Gorm Hansen
2004-11-25 15:01 ` of cows and clones: creating domains as clones of saved state Peri Hankey
2004-11-25 21:19 ` Keir Fraser
2004-11-25 22:13 ` Peri Hankey
2004-11-25 22:36 ` Keir Fraser
2004-11-25 22:37 ` Ian Pratt
2004-11-16 18:10 ` copy on write memory Adam Heath
2004-11-16 18:09 ` Adam Heath
2004-11-16 18:39 ` Matt Ayres
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041118111500.L39146@demos.bsdclusters.com \
--to=kmacy@eventdriven.org \
--cc=Keir.Fraser@cl.cam.ac.uk \
--cc=xen-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.