LWN.net Logo

LCE: Checkpoint/restore in user space: are we there yet?

LCE: Checkpoint/restore in user space: are we there yet?

Posted Nov 23, 2012 10:14 UTC (Fri) by michaeljt (subscriber, #39183)
Parent article: LCE: Checkpoint/restore in user space: are we there yet?

You will never be able to perfectly restore the environment a process was in before check-pointing (at least not reliably). The article mentioned files getting deleted, which is just a special case of resources disappearing. It seams to me that there should be a golden mean between trying to recreate the processes environment and applications learning to deal with certain things changing underneath them. In particular with things which are not guaranteed not to change (network connections can get broken, files can get truncated or modified by other processes while a process is working with them) it would probably make sense to see how much breakage applications can tolerate now and where they have trouble to consider whether fixing applications is feasible instead of making the check-point code trickier. It will probably be a while yet before this code is mainstream, and there is still time for that.


(Log in to post comments)

LCE: Checkpoint/restore in user space: are we there yet?

Posted Nov 23, 2012 21:09 UTC (Fri) by drag (subscriber, #31333) [Link]

I like the container approach. Restrict what the application can access and then freeze and save everything that it can access.

It really seems a good way to deal with all sorts of application management issues in Linux.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds