Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Oct 2003 15:00:52 -0700
From:      Sam Leffler <sam@errno.com>
To:        Kip Macy <kmacy@fsmware.com>, hackers@freebsd.org
Subject:   Re: process checkpoint restore facility now in DragonFly BSD
Message-ID:  <200310201500.53053.sam@errno.com>
In-Reply-To: <20031020134532.B63978@demos.bsdclusters.com>
References:  <20031020134532.B63978@demos.bsdclusters.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I've lived through several checkpointing implementations.  You've got the easy 
part.  Applications must participate or such a facility has very limited 
usefulness.  Delivering a signal is only part of the problem; there tend to 
be issues synchronizing user-mode checkpoint of application state with the 
kernel's desired to stop the process and squirrel away state.

There's lots of stuff published about this; check the literature.

	Sam



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310201500.53053.sam>