Skip to content

Shared filesystem to support multiple, concurrent workers #2194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
adamziel opened this issue Apr 18, 2025 · 0 comments
Open

Shared filesystem to support multiple, concurrent workers #2194

adamziel opened this issue Apr 18, 2025 · 0 comments

Comments

@adamziel
Copy link
Collaborator

adamziel commented Apr 18, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant