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] faster booting with Xen

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] faster booting with Xen
From: Jun OKAJIMA <okajima@xxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Mar 2006 02:52:46 +0900
Delivery-date: Fri, 17 Mar 2006 17:54:09 +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

Hello.

I am working on developing faster booting. 
check this first -> http://www.machboot.com/

How about using Xen suspend feature to achieve faster booting?
Technically, suspending and booting is totally different technology,
but in the view point from usage, it acts as almost same stuff.

I mean, you boot a distribution on Xen VM, then you make a
suspend image, and then resume the image everytime for booting.
The biggest merit of this method is, you can "boot" apps also.
You can boot XFree86/KDE/Firefox/OOo/Java JIT.... at once.

Especially, this way would be interesting if you boot not from HDD, but
from special media like Internet or NFS. If you use swsusp2 or such way,
you have to implement TCP, http, proxy, SSL, gpg,,, stuff into resuming code,
and it is hard one. But with Xen, You just wget and gpg an suspend image
and then do resume.

I know that you at least need frame buffer support, but it comes soon (right?).
Then, if FB comes, can we do very fast "booting" KDE desktop with Xen?
(actually, not booting but resuming, but user must feel same.)

Your opinion I hope.


           --- Okajima, Jun. Tokyo, Japan.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] faster booting with Xen, Jun OKAJIMA <=