Can you freeze a C/C++ process and continue it on a different host?

前端 未结 9 1257
栀梦
栀梦 2021-02-14 02:11

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

9条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-14 02:45

    Depends on the machine. It's very doable in a very small embedded system, for instance. I think it's also implemented somewhat in Beowulf clusters and other supercomputeresque apps.

提交回复
热议问题