Understanding Fluid Compute
Unanswered
Posavac Hound posted this in #help-forum
Posavac HoundOP
https://vercel.com/docs/fluid-compute#how-to-enable-fluid-compute
The doc says it has better cold start, but I'm not sure what to expect. Let's say I have an Express + Node server that connects to a db on startup. In traditional scale-to-zero platform, the cold starts take thousands of milliseconds. Does Fluid Compute stop the instance at all? If it does, would the cold start be much faster than something like AWS lambda?
The doc says it has better cold start, but I'm not sure what to expect. Let's say I have an Express + Node server that connects to a db on startup. In traditional scale-to-zero platform, the cold starts take thousands of milliseconds. Does Fluid Compute stop the instance at all? If it does, would the cold start be much faster than something like AWS lambda?