6 messages in com.xensource.lists.xen-develRe: [Xen-devel] [RFC] Xend XML-RPC Re...| From | Sent On | Attachments |
|---|---|---|
| Anthony Liguori | 31 Jan 2006 13:25 | |
| Ronald G Minnich | 31 Jan 2006 13:36 | |
| Matt Sottile | 31 Jan 2006 13:47 | |
| Anthony Liguori | 31 Jan 2006 13:58 | |
| Daniel Veillard | 01 Feb 2006 01:37 | |
| Ewan Mellor | 01 Feb 2006 01:53 |
| Subject: | Re: [Xen-devel] [RFC] Xend XML-RPC Refactoring![]() |
|---|---|
| From: | Matt Sottile (ma...@lanl.gov) |
| Date: | 01/31/2006 01:47:17 PM |
| List: | com.xensource.lists.xen-devel |
For those who don't know the library Ron speaks of...
-m
On Jan 31, 2006, at 2:36 PM, Ronald G Minnich wrote:
Anthony Liguori wrote:
Hi, I wanted to give the list a heads up about something a number of us discussed at the recent XenSummit. We would like to simplify Xend by utilizing more of the standard Python library and relying on less of our own code. The most obvious thing here is the current S-Expression/HTTP RPC interface. We would like to replace this with XML-RPC using Python's builtin support (xmlrpclib and SimpleXMLRPCServer). I've got some initial code and more details on the wiki (http:// wiki.xensource.com/xenwiki/Xend/XML-RPC). Early estimates are that this would reduce the code in Xend by about 33% (5k slocs). We would also like to standardize this XML-RPC interface so that third-parties write apps to this interface without worrying about massive breakage.
I think moving from s-exp's to XML is a bad move. If you want, use your s-expression library from LANL; it's used worldwide, and has done the job for a lot of projects.
I know of at least one project that moved from XML to s-exp's, using our library, because XML is just plain unwieldy.
thanks
ron
--- Matthew Sottile (ma...@lanl.gov) Advanced Computing Laboratory (CCS-1) Los Alamos National Laboratory Los Alamos, NM 87545 Phone: (505)665-6057 Web: http://ddma.lanl.gov/~matt/
_______________________________________________ Xen-devel mailing list Xen-...@lists.xensource.com http://lists.xensource.com/xen-devel




