BaristaLabs / BaristaCore

BaristaCore is a framework for providing a serverless platform using ChakraCore and .Net Core
MIT License
28 stars 3 forks source link

Provide a pattern for using isolates rather than seperate instances per request #67

Open Oceanswave opened 5 years ago

Oceanswave commented 5 years ago

An article located here describes how Cloudflare workers use an “isolate” pattern rather than containers to run user-defined code in order to allow a greater request rate and associated performance.

Once the threading has been fixed, think about refactoring the http pipeline to use something similar.