4
votes
2answers
94 views
hibernating a single process in Windows
Is there any library or software or any way of saving the state of a single process in Windows to a file, then restoring the running process to a running state with all the memory already loaded at a …
6
votes
8answers
546 views
Can you freeze a C/C++ process and continue it on a different host?
I was wondering if it is possible to generate a "core" file, copy if to another machine and then continue execution of the a core file on that machine?
I have seen the gcore utility that will make a …
