Comment on Ask HN: How do you run long computations without interruption?parentComments−technofiend5yWell then how about you run your workload in a virtual machine and add a pause method in your code base? Snapshot the virtual machine while you're paused and restore the snapshot when you need to return to that exact state.
Comments
Well then how about you run your workload in a virtual machine and add a pause method in your code base? Snapshot the virtual machine while you're paused and restore the snapshot when you need to return to that exact state.