|
|
|
|
|
by ignoramous
2313 days ago
|
|
Lambda for NodeJs doesn't / won't run multiple requests in the same process but different V8 contexts at the same time? That sounds wasteful, and imo makes Cloudflare's Serverless tech superior for strictly network-io bound workloads. Lambda, to be fair, supports way many event triggers and all sorts of runtime and user-space constructs, but still manages warm start times <10ms which is really impressive. |
|
AWS Lambda uses their Firecracker micro-vm tech which supports more runtimes, environments and triggers than just Node and also runs container workloads. [2]
1. https://www.infoq.com/presentations/cloudflare-v8/
2. https://firecracker-microvm.github.io/