All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [RFC] Xend XML-RPC Refactoring
@ 2006-03-07 23:37 Ian Pratt
  2006-03-08  0:07 ` Anthony Liguori
  0 siblings, 1 reply; 22+ messages in thread
From: Ian Pratt @ 2006-03-07 23:37 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel

 
> > 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.

Anothony, have you an updated version of this patch? How much testing
has it had?

Should we be looking to get it in prior to 3.0.2? In principle I think
this would be a good thing, but we may have left it too late. I expect
2.6.16 final will be out fairly soon, and then we'll want to be pushing
a release out in the following week or so.

Thanks,
Ian

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [RFC] Xend XML-RPC Refactoring
@ 2006-01-31 21:25 Anthony Liguori
  2006-01-31 21:36 ` Ronald G Minnich
  2006-02-01  9:37 ` Daniel Veillard
  0 siblings, 2 replies; 22+ messages in thread
From: Anthony Liguori @ 2006-01-31 21:25 UTC (permalink / raw)
  To: xen-devel; +Cc: Jeremy Katz, Sean Dague, Ewan Mellor

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2006-03-14  8:35 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-07 23:37 [RFC] Xend XML-RPC Refactoring Ian Pratt
2006-03-08  0:07 ` Anthony Liguori
2006-03-11 20:55   ` Ewan Mellor
2006-03-11 21:36     ` Daniel Veillard
2006-03-11 22:20       ` Ewan Mellor
2006-03-12  1:46         ` Anthony Liguori
2006-03-12  9:27           ` Daniel Veillard
2006-03-12  9:57         ` Daniel Veillard
2006-03-12 17:41           ` Anthony Liguori
2006-03-12 18:29             ` Daniel Veillard
2006-03-12 20:28               ` Anthony Liguori
2006-03-12 21:49                 ` Daniel Veillard
2006-03-12  1:44     ` Anthony Liguori
2006-03-13 10:30       ` Ewan Mellor
2006-03-14  6:58     ` Anthony Liguori
2006-03-14  8:35       ` Ewan Mellor
  -- strict thread matches above, loose matches on Subject: below --
2006-01-31 21:25 Anthony Liguori
2006-01-31 21:36 ` Ronald G Minnich
2006-01-31 21:47   ` Matt Sottile
2006-01-31 21:58   ` Anthony Liguori
2006-02-01  9:53   ` Ewan Mellor
2006-02-01  9:37 ` Daniel Veillard

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.