Hacker News new | ask | show | jobs
by mlyle 1483 days ago
No. VM migration moves entire virtual computers. Forking makes a copy of a process with the current state; this moves that single duplicated process to a different machine.
2 comments

Is Star Trek's Transporter Actually a Murder Machine? https://www.youtube.com/watch?v=f-8zEkIaB0c
Virtual computer is a bunch of processes.
And a kernel. And drivers. And devices. And busses. And interrupts.
The word "entire" is in there.