BaristaLabs/BaristaCore

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

Oceanswave opened this issue · 0 comments

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.