Main Page
From Linux Checkpoint / Restart Wiki
(Difference between revisions)
(mention linux-cr paper in OLS 2010) |
|||
Line 32: | Line 32: | ||
== In the NEWS == | == In the NEWS == | ||
+ | * A full [[media:Linux-cr-ols2010.pdf | technical paper]] on Linux-CR ([http://www.cs.columbia.edu/~orenl/talks/ols2010-linuxcr.pdf presentation slides] available) published in the [http://www.linuxsymposium.org/2010/view_abstract.php?content_key=47 Linux Symposium 2010] | ||
* [http://lwn.net/Articles/375855/ LWN article] from February 24, 2010 | * [http://lwn.net/Articles/375855/ LWN article] from February 24, 2010 | ||
* [http://lwn.net/Articles/320508/ LWN article] from February 25, 2009 | * [http://lwn.net/Articles/320508/ LWN article] from February 25, 2009 |
Revision as of 17:51, 15 July 2010
Linux Checkpoint/Restart
Application checkpoint/restart (c/r) is the ability to save the state of a running application so that it can later resume its execution from the time at which it was checkpointed, on the same or a different machine.
Contents |
Project Info
- Issue and bug tracking: https://www.linux-cr.org/redmine
- Kernel code: (browse the code) git://www.linux-cr.org/pub/git/linux-cr.git
- User-space code (browse the code) git://www.linux-cr.org/pub/git/user-cr.git
- User-space test suite (browse the code) git://www.linux-cr.org/pub/git/test-cr.git
- Mailing List: containers@lists.linux-foundation.org
- IRC channel: look for #lxcontainers hosted on irc.freenode.net
- Google Summer of Code ideas
Project Status
Updates
- 1-May-2010: Version 21 is posted to LKML. Lots of code re-org and some cleanups.
- 25-Feb-2010: LWN covers checkpoint-restart in the Kernel Page after version 19 is posted to LKML.
- 15-Feb-2010: Serge Hallyn reports successful checkpoint-restart of a VNC server running TWM and xeyes !
- 7-Oct-2009: Checkpoint-Restart was presented at the Linux Plumbers Conference. Prior to that we also had a BoF. Notes from these are now available.
In the NEWS
- A full technical paper on Linux-CR (presentation slides available) published in the Linux Symposium 2010
- LWN article from February 24, 2010
- LWN article from February 25, 2009
- LWN article from August 11, 2008
FAQ
See FAQ