Skip to content

Shared filesystem to support multiple, concurrent workers #2194

@adamziel

Description

@adamziel

Playground performance would greatly increase if it could spawn multiple workers to handle concurrent requests, much like php-fpm does. The largest blocker to that is having a shared filesystem with locks support. Let's find a way to support that.

Ideas:

  • Implement a MEMFS variation based on a SharedArrayBuffer
  • Migrate to WASMFS – is it synchronized between concurrent workers?

Related resources

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions