Tagged Questions
The process-migration tag has no wiki summary.
8
votes
8answers
1k 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 ...
5
votes
2answers
349 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 ...