Hacker News new | ask | show | jobs
by deivid 292 days ago
From my experience with firecracker, you need to send a signal to the VMM that can be used to indicate the process is "ready" (and the snapshot can be taken).

I assume that every runtime must be forked to add such signal right before calling into usercode

1 comments

Thank you. This explains it.