←back to thread

169 points hunvreus | 1 comments | | HN request time: 0.222s | source
Show context
mystraline ◴[] No.43654294[source]
Different proposal:

Let's say we have 2 Linux machines. Identical hardware, identical libs.

I'd like to run a simple program on one machine, and then during mid-calculation, would like to transfer the running program to the other machine.

Is this doable?

replies(5): >>43654408 #>>43654455 #>>43654466 #>>43654749 #>>43655094 #
1. dilyevsky ◴[] No.43654455[source]
Yes - using Criu[0] or docker checkpoint/restore api (which uses criu)

[0] -https://criu.org/Main_Page