Skip to content

Improve performance on stdout buffers #16

@gzurl

Description

@gzurl

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions