WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [RFC] Xend XML-RPC Refactoring

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [RFC] Xend XML-RPC Refactoring
From: Anthony Liguori <aliguori@xxxxxxxxxx>
Date: Tue, 31 Jan 2006 15:25:58 -0600
Cc: Jeremy Katz <katzj@xxxxxxxxxx>, Sean Dague <japh@xxxxxxxxxx>, Ewan Mellor <ewan@xxxxxxxxxxxxx>
Delivery-date: Tue, 31 Jan 2006 21:35:53 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
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.
Thoughts?

Regards,

Anthony Liguori

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>