Per-request isolation in TinyKVM explained
fwsgonzo.medium.com·9h·
Discuss: Hacker News
Flag this post

9 min read1 hour ago

Hey all. I wrote a blog post recently that was explained as reading about black magic. I just went back and read it, and it’s definitely densely packed. Sorry about that. This is an attempt at explaining what TinyKVM is for, and what problems it solves.

TinyKVM is a light-weight sandboxing and virtualization library that hosts regular Linux programs. However, while it can run normal programs, it is more focused on computation and request-response workloads. It can reset a program in record time back to a previous state, and the intention is for the reset to be used on every single request. There probably aren’t that many of who us who are interested in per-request isolation. It’s kind of a…

Similar Posts

Loading similar posts...