Skip to content
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

Improve performance on stdout buffers #16

Closed
gzurl opened this issue Oct 19, 2022 · 1 comment
Closed

Improve performance on stdout buffers #16

gzurl opened this issue Oct 19, 2022 · 1 comment
Assignees
Labels
🚀 enhancement New feature or request

Comments

@gzurl
Copy link
Contributor

gzurl commented Oct 19, 2022

Currently, only one Vector<u8> is used as a buffer to manage the stdout from the Wasm module.

This becomes a bottleneck since Apache can run several workers at a time, but if they receive requests to the Wasm endpoint, then each worker will have to wait until getting mutual exclusion over the buffer.

@gzurl gzurl added the 🚀 enhancement New feature or request label Oct 19, 2022
@gzurl gzurl self-assigned this Nov 14, 2022
gzurl added a commit that referenced this issue Nov 25, 2022
Multi-module and Multi-configuration support. Fixes #6, #7, and #16.
@gzurl
Copy link
Contributor Author

gzurl commented Nov 25, 2022

Fixed in #27

@gzurl gzurl closed this as completed Nov 25, 2022
@gzurl gzurl changed the title Improve performance: stdout pool Improve performance on stdout buffers Nov 30, 2022
@gzurl gzurl changed the title Improve performance on stdout buffers Improve performance on stdout buffers Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant