[CRIU] Check pointing at user level
Guillaume Alleon
guillaume.alleon at gmail.com
Wed Nov 13 10:08:23 MSK 2019
Hello
A newbie question so please disregard if OT.
I have a piece of code that is using a large c++ library used in an iterative manner over time like this:
Handler = InitLib()
While someTerminationCondition
NewState = handler.nextStep(someAction)
Is there a way to use CRIU to implement a user level checkpoint/restart at the library level by doing something like
If checpointExists
Handler = criu...
else
Handler = initLib
...
Thanks
Sent from a small device
More information about the CRIU
mailing list