Tagged Questions
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 ...