|
|
|
|
|
by computably
27 days ago
|
|
> Naively, this probably takes a lot more RAM (not to mention all the other computing resources) than to just have another HTTP handler sitting idle on some computer somewhere. CF Workers uses V8 isolates rather than (OS/HW-level) VMs. Also, the RAM usage isn't really a differentiator between FaaS and any other cloud instance. If a VM is used for FaaS, it's almost certainly also used across the platform for multi-tenancy, invisible live migration, etc. |
|