All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Tom Wilkie <tw275@cam.ac.uk>
Cc: David Isaac Wolinsky <davidiw@ufl.edu>, xen-devel@lists.xensource.com
Subject: Re: Web based front end
Date: Tue, 06 Sep 2005 11:28:29 -0500	[thread overview]
Message-ID: <431DC3AD.7080306@us.ibm.com> (raw)
In-Reply-To: <834EC0AD-BEC8-48F0-B181-FA3C3AAA7BE5@cam.ac.uk>

Tom Wilkie wrote:

> David
>
> On 4 Sep 2005, at 17:37, David Isaac Wolinsky wrote:
>
>> Thanks Tom for the info, I had remembered twisted being removed but  
>> hadn't realized that XenSV had been since updated.  A couple  
>> questions though...
>>
>>    Why not decouple the interface from Apache (as to require only  
>> python be installed)?  I am not sure of the performance advantage,  
>> but it should reduce the memory requirements for dom0, allow for a  
>> slightly smaller disk (negligible), and make installation easier.
>
>
> Well, I didn't want to completely re-implement a HTTP server  
> (although I suppose its not tough) so I looked at using another one.   
> The bit that depends on apache/mod_python is minimal, about a 20 line  
> adapter between mod_python and what twisted used to provide.  So if  
> you wrote your own http server it would be a reasonably straight  
> forward task to do.

I think this is what you want:

http://docs.python.org/lib/module-CGIHTTPServer.html

At some point, I'd like to remove the HTTP server Xend is using and 
replace it with SimpleHTTPServer.

> I might actually do this, the dependance on apache is a pain, and I  
> think xend has its own http server in it atm.
>
>>    Similarly have you looked into writing XenSV in C?
>
>
> The primary reason I choose python is because thats what we use in  
> cambridge, and its what all the other tools and written in ;-)  Also  
> it lets me call straight into the XendClient.py stuff, which  
> simplifies it greatly.

Yeah, until the store is more complete, tools pretty much have to be in 
python.

Regards,

Anthony Liguori

      reply	other threads:[~2005-09-06 16:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-04  5:38 Web based front end David Isaac Wolinsky
2005-09-04  7:20 ` Tom Wilkie
2005-09-04 16:37   ` David Isaac Wolinsky
2005-09-04 17:19     ` Tom Wilkie
2005-09-06 16:28       ` Anthony Liguori [this message]

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=431DC3AD.7080306@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=davidiw@ufl.edu \
    --cc=tw275@cam.ac.uk \
    --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.