From: "Mike D. Day" <ncmike@us.ibm.com>
To: veillard@redhat.com
Cc: "Cihula, Joseph" <joseph.cihula@intel.com>,
xen-devel@lists.xensource.com, Stefan Berger <stefanb@us.ibm.com>,
"Scarlata, Vincent R" <vincent.r.scarlata@intel.com>,
Ronald Perez <ronpz@us.ibm.com>
Subject: Re: A migration framework for external devices
Date: Thu, 09 Feb 2006 11:10:17 -0500 [thread overview]
Message-ID: <43EB6969.6020007@us.ibm.com> (raw)
In-Reply-To: <20060209150127.GQ30975@redhat.com>
Daniel Veillard wrote:
> Another common XML related design error is to embbed XML along with
> other data in a stream without markers, you end up having to precompute
> the size of the XML instance which makes streaming impossible or force
> some unclean processing at the XML level (as an XML instance has no end
> marker in itself, the end must be provided by the container or the code
> driving the parser).
Yes, totally agree
> So how do you plan to glue the XML and the other parts together ?
One way is to have two channels (like ftp). Have an xml session channel
and a tcp data channel. That gives the benefits of xml-rpc for
triggering events and invoking plugins. You could use xml-rpc to
negotiate the port for the migration data transfer, for example. Then
use the data channel (scp/tcp) for the migration.
I'm not convinced this approach is better than starting from scratch tho.
Mike
--
LTC Open Hypervisor Project:
1) Ensure linux has a good GPL hypervisor
2) Ensure Xen exploits xSeries Platforms
3) Provide value-add Xen Extensions for IBM customers.
next prev parent reply other threads:[~2006-02-09 16:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 20:16 A migration framework for external devices Stefan Berger
2006-02-08 21:28 ` Muli Ben-Yehuda
2006-02-08 21:30 ` Stefan Berger
2006-02-08 22:32 ` Mike D. Day
2006-02-08 22:40 ` Stefan Berger
2006-02-09 12:34 ` Mike D. Day
2006-02-09 15:01 ` Daniel Veillard
2006-02-09 16:10 ` Mike D. Day [this message]
2006-02-13 10:18 ` Daniel Veillard
2006-02-09 16:20 ` Stefan Berger
2006-02-09 16:37 ` Mike D. Day
2006-02-09 15:05 ` Anthony Liguori
2006-02-09 16:52 ` Stefan Berger
2006-02-09 17:05 ` Anthony Liguori
2006-02-09 17:51 ` Stefan Berger
2006-02-09 18:35 ` Mike D. Day
2006-02-09 18:45 ` Anthony Liguori
2006-02-09 18:58 ` Mike D. Day
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=43EB6969.6020007@us.ibm.com \
--to=ncmike@us.ibm.com \
--cc=joseph.cihula@intel.com \
--cc=ronpz@us.ibm.com \
--cc=stefanb@us.ibm.com \
--cc=veillard@redhat.com \
--cc=vincent.r.scarlata@intel.com \
--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.