Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

isn’t this exactly what the vm migration in cloud is?


Yes.

All live migration systems basically follow the same pattern https://cloud.google.com/compute/docs/instances/live-migrati...

And as others have mentioned upthread, Mosix was an extension to Linux that also implemented fork() in such a way that the child could be local or remote with file handles retained across the cluster. We had a Linux lan party when I was in college and managed to scrape together a Mosix cluster across a bunch of machines.

Ignore the uncreative pedants.


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.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: