I''m develping a web interface to manage xen guest, i make http post on xend http internal webserver to send administrative commands and interprete the answers. My problem is that only one remote user can send http commands to xend internal webserver! Where is the problem? The http 1.1 persistent connection? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Paolo Tonin wrote:> I''m develping a web interface to manage xen guest, i make http post on > xend http internal webserver to send administrative commands and > interprete the answers. > My problem is that only one remote user can send http commands to xend > internal webserver! > Where is the problem? The http 1.1 persistent connection?xen-users is the wrong list for this sort of question. You might also want to look at http://xen-tools.org/software/argo/ If you still feel the need to write your own, you should probably use libvirt (http://libvirt.org/). Cheers Andrew _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 8/14/06, Andrew Ross <aross@gentoo.org> wrote:> [...] > xen-users is the wrong list for this sort of question.It might be helpful to explain why and what the right list is: This seems to be a questions about xen development, and yo he might be getting better information on xen-devel. (but I heard it''s hard to get reply from there). The pointers to argo and libvirt are helpful, I''ve been told on this list a while ago, that the xend http server will be removed in some later version, replaced by an xml rpc interface, so it''s probably not a good idea to start developing against that http server now. (search the archive for info on this http server). read http://lists.xensource.com/archives/html/xen-users/2006-03/msg00029.html and some other threads when searching for "xen http" or "xend http" Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Paolo, We are working on a similar project to manage number of xen machines through web interface. Have you considered using LibVirt [1] for this purpose? Cheers Omer [1] http://libvirt.org --------------------------------------------------------------- CERN – European Organization for Nuclear Research Information Technology Department CH-1211 Geneva 23 Phone: +41 (0) 22 767 7996 Fax: +41 (0) 22 767 4900 E-mail : Omer.Khalid@cern.ch On 8/14/06, Paolo Tonin <paolo.tonin@gmail.com> wrote:> > I''m develping a web interface to manage xen guest, i make http post on > xend http internal webserver to send administrative commands and > interprete the answers. > My problem is that only one remote user can send http commands to xend > internal webserver! > Where is the problem? The http 1.1 persistent connection? > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users