Vercel Fluid Compute

by spkingon 2/16/25, 1:48 PMwith 12 comments
by rpicardon 2/16/25, 1:57 PM

This isn’t my area of expertise, but it sounds like the core innovation is that one compute worker can handle multiple requests like a traditional server would, but they’ll scale down a lot faster than you’d get with an EC2 instance for example.

Is that right?

by tuananhon 2/16/25, 2:14 PM

i'm curious how it work.

because provider like aws lambda wont give you vertical scaling since they can't guarantee resources request.

so i guess they are mixing it to a pool (serverless + microvm) ?