flock-lab / flock

Flock: A Low-Cost Streaming Query Engine on FaaS Platforms
https://flock-lab.github.io/flock/
GNU Affero General Public License v3.0
282 stars 39 forks source link

The next big evolution in serverless computing #327

Open gangliao opened 2 years ago

gangliao commented 2 years ago

Which part is this question about

https://cloud.google.com/blog/products/serverless/the-next-big-evolution-in-cloud-computing

Describe your question

A new feature from GCP: Per-instance concurrency. Many traditional applications run poorly when constrained to a single-request model that’s common in FaaS platforms. Cloud Run allows for up to 1,000 concurrent requests on a single instance of an application, providing a far greater level of efficiency.

This is really important for Flock since it needs to aggregate outputs from multiple functions.

Additional context Add any other context about the problem here.

gangliao commented 2 years ago

Google Cloud Function: https://github.com/knative/docs/tree/175313457f94baa036b400f12d162157edef70a7/community/samples/serving/helloworld-rust