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

Re: [Xen-users] How to communicate with Xen instance?

To: henning_sprang@xxxxxx
Subject: Re: [Xen-users] How to communicate with Xen instance?
From: "Jochen Hebbrecht" <jochenhebbrecht@xxxxxxxxx>
Date: Tue, 6 Feb 2007 17:16:09 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 06 Feb 2007 08:16:02 -0800
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:mime-version:content-type:content-transfer-encoding:content-disposition; b=g2NjC83fnRtdtmBAsQuI/SvxYfOsA4HhbrVXNkJC0ZFZGcEAAvsGbjMZA/IqRg2rghCh5GgeOYiJL9GKxyVUmEfZpkUhYLo9cnEYqW6rFRz2zPtg+VF6mbL9vbybHRHLH/izba4O7KH6GCcwI0in7yhG5I0D5CZ99jKtPcJkwyU=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Henning Sprang schreef:
There is no Xen specific API to let you place files in a guests
filesystem and run commands on them. So ssh might be the thing you
have to head for.

But, for curiosity, what are you doing there?
Sounds quite odd to send a cpp file again and again, to cpmpile and
execute is again and again.

Normally for distributed compilations, one uses distcc or maybe the
buildbot already mentioned.. And normally, when you want to execute a
specific command on a system, you compile it once, and only send the
binary to the machines that should execute it.

Henning
I'm doing here my "thesis". It's my last project before graduating.
People make software here ( software can be Java based, C++ based, or
just a Maven compilation, ... )

The meaning is they make a buildfile. In that buildfile stands:
* I need a C++ compiler
* I need a Java compiler

The buildfile tells the Xen instance what to build and let Xen tell what
the result of the build is. So, the difficulty is not the building, but
the talking from dom0 to domU ...

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

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