Random numbers and virtual-machine forks
Random numbers and virtual-machine forks
Posted Mar 11, 2022 18:43 UTC (Fri) by bof (subscriber, #110741)Parent article: Random numbers and virtual-machine forks
I mean, duplicate MACs? Duplicate IPs? Huh? What do I miss?
Posted Mar 11, 2022 21:14 UTC (Fri)
by josh (subscriber, #17465)
[Link]
Fast per-client VMs: boot your VM to the point where it's listening for connections, then fork it.
You don't need to worry about IPs or MAC addresses if your VMM is handling routing and giving your VM an internal-use-only IP.
Posted Mar 12, 2022 0:58 UTC (Sat)
by iabervon (subscriber, #722)
[Link]
There are various applications for checkpoint+restore+restore+..., where the copies are mostly not contemporaneous; it's really nice for being able to produce test environments that aren't full of the remains of previous testing, for example, but you generally don't need to have your pristine copy running all the time and being forked into new copies while live.
Random numbers and virtual-machine forks
Random numbers and virtual-machine forks