From: George Dunlap <george.dunlap@citrix.com>
To: Ian Jackson <Ian.Jackson@eu.citrix.com>
Cc: Shriram Rajagopalan <rshriram@cs.ubc.ca>,
George Dunlap <George.Dunlap@eu.citrix.com>,
"xen-devel@lists.xensource.com" <xen-devel@lists.xensource.com>
Subject: Re: [PATCH 0 of 2] [Resend v2] remus: Checkpoint Compression
Date: Tue, 21 Jun 2011 16:25:11 +0100 [thread overview]
Message-ID: <1308669911.30420.294.camel@elijah> (raw)
In-Reply-To: <19968.46678.954904.31629@mariner.uk.xensource.com>
If I understand the patch correctly,the compression is of a special
kind: it's not gzipped, but the new page is compared to the previous
page, and only the differences sent. (This is done in a clever way to
be computationally efficient.)
So simply running the whole stream through gzip won't have the same
effect: it won't take advantage of the fact that most of the data
already exists on the remote side, and only send the differences. So it
will most likely take more computation power to compress, and end up
with a higher bandwitdh.
-George
On Tue, 2011-06-21 at 16:18 +0100, Ian Jackson wrote:
> Shriram Rajagopalan writes ("[Xen-devel] [PATCH 0 of 2] [Resend v2] remus: Checkpoint Compression"):
> > This patch series adds checkpoint compression functionality to Remus.
>
> Can I ask a rather fundamental question: why is it a good idea to hook
> this page compression logic into the guts of the already-complicated
> migration code, rather than simply using transport compression for the
> whole remus stream ?
>
> The latter would be a good deal simpler.
>
> Ian.
next prev parent reply other threads:[~2011-06-21 15:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-19 4:32 [PATCH 0 of 2] [Resend v2] remus: Checkpoint Compression Shriram Rajagopalan
2011-06-19 4:32 ` [PATCH 1 of 2] tools/libxc: Remus " Shriram Rajagopalan
2011-06-20 10:32 ` George Dunlap
2011-06-27 15:33 ` Ian Jackson
2011-06-27 17:22 ` Shriram Rajagopalan
2011-06-28 11:29 ` Ian Jackson
2011-06-19 4:32 ` [PATCH 2 of 2] remus: command line switche to enable/disable checkpoint compression Shriram Rajagopalan
2011-06-21 15:18 ` [PATCH 0 of 2] [Resend v2] remus: Checkpoint Compression Ian Jackson
2011-06-21 15:25 ` George Dunlap [this message]
2011-06-21 15:29 ` Ian Jackson
2011-06-21 16:17 ` Shriram Rajagopalan
2011-06-22 8:23 ` Ian Campbell
2011-06-22 16:47 ` Shriram Rajagopalan
2011-06-23 10:55 ` George Dunlap
2011-06-23 15:08 ` Shriram Rajagopalan
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=1308669911.30420.294.camel@elijah \
--to=george.dunlap@citrix.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=rshriram@cs.ubc.ca \
--cc=xen-devel@lists.xensource.com \
/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.