5 ms·
I need the same thing :) Basically a VM for each CPU-bound process I need to start from a queue. Did you find anything useful?
by perk 4y ago
I need the same thing :) Basically a VM for each CPU-bound process I need to start from a queue. Did you find anything useful?
- ushakov 4y agoyes! a fellow HN user e-mailed me about his project "Spawner" https://github.com/drifting-in-space/spawner https://github.com/drifting-in-space/spawner check out the demo: https://www.youtube.com/watch?v=aGsxxcQRKa4 https://www.youtube.com/watch?v=aGsxxcQRKa4
- perk 4y agoThanks for sharing! That looks promising, but I don't want to handle any of this myself :/ I want a service where I can start a new VM fast by posting to an API, have it run some long running JS server code, and the VM should close itself when it's done. My use case is often CPU bound, so a small VM with a single CPU is just fine.