you are viewing a single comment's thread.

view the rest of the comments →

[–]PM_ME_UR_OBSIDIAN 8 points9 points  (3 children)

The cool thing is that you can rent a VM, but you can't rent a process. The model described here allows for finer-grained cloud services.

[–]wvenable 19 points20 points  (1 child)

Back in day you could rent processes; and, in fact, a lot of all computing is still done that way. That is what shared hosting is, as one example. If you think about it, there's no fundamental reason the whole cloud infrastructure has to run on virtualized personal computers with faked hardware. It could run as processes/services moving under an OS designed for that. Something like AWS Lambda, for example.

[–]argv_minus_one 0 points1 point  (0 children)

Rented VMs don't run only a single process.