Fluid Compute
How Fluid compute works on Vercel

How Fluid compute works on Vercel

3/3/2025

What this post added

This post details how Fluid compute works on Vercel, focusing on the Vercel Functions router's role in coordinating function execution. It explains how the router dynamically assigns requests to instances based on real-time metrics, enabling instances to process multiple concurrent requests. The architectural pattern of instances communicating exclusively through the router via persistent TCP tunnels is highlighted for enhanced security and control. The request lifecycle is broken down into routing, security, and caching; compute selection and execution (prioritizing in-flight and pre-warmed instances); processing and response optimization (including streaming); and adaptive scaling. The cost reduction benefits of Fluid compute, up to 85%, are also emphasized.

Read the original post ↗