Main Page
From Linux Checkpoint / Restart Wiki
(Difference between revisions)
(mention linux-cr paper in OLS 2010) |
(→In the NEWS) |
||
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] | + | * '''Nov 2, 2010:''' Linux-CR push towards mainline ([http://www.cs.columbia.edu/~orenl/talks/ksummit-2010.pdf presentation slides]) at 2010 Linux Kernel Summit: see [http://lwn.net/Articles/412749/ LWN report] |
− | * [http://lwn.net/Articles/375855/ LWN article] | + | * '''Jul 14, 2010:''' A full [[media:Linux-cr-ols2010.pdf | technical paper]] on Linux-CR ([http://www.cs.columbia.edu/~orenl/talks/ols2010-linuxcr.pdf presentation slides]) published in the [http://www.linuxsymposium.org/2010/view_abstract.php?content_key=47 Linux Symposium 2010] |
− | * [http://lwn.net/Articles/320508/ LWN article] | + | * '''Feb 24, 2010:''' ... One year later LWN re-examines the state of affairs again ([http://lwn.net/Articles/375855/ LWN article]) |
− | * [http://lwn.net/Articles/293575/ LWN article] | + | * '''Feb 25, 2009:''' Attempt to head to mainline gets Linux-CR into LWN again ([http://lwn.net/Articles/320508/ LWN article]) |
+ | * '''Aug 11, 2008:''' Linux-CR gets first exposure in LWN ([http://lwn.net/Articles/293575/ LWN article]) | ||
== FAQ == | == FAQ == | ||
See [[faq|FAQ]] | See [[faq|FAQ]] |
Revision as of 14:41, 2 November 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
- Nov 2, 2010: Linux-CR push towards mainline (presentation slides) at 2010 Linux Kernel Summit: see LWN report
- Jul 14, 2010: A full technical paper on Linux-CR (presentation slides) published in the Linux Symposium 2010
- Feb 24, 2010: ... One year later LWN re-examines the state of affairs again (LWN article)
- Feb 25, 2009: Attempt to head to mainline gets Linux-CR into LWN again (LWN article)
- Aug 11, 2008: Linux-CR gets first exposure in LWN (LWN article)
FAQ
See FAQ