We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Web workers can pass binary data, but this doesn't work in workerpool.
the stdio option for child processes was added a bit ago, and allows creation of the ipc channel, which can then be leveraged for sending binary data.
stdio
additionally there's the new cluster native module which automates a lot of this.
cluster
i'd love the workerpool API available on top of either one of these approaches so i can have a robust solution that works on both web and node.
The text was updated successfully, but these errors were encountered:
That would indeed be a great improvement!
Any help getting binary data working in workerpool would be welcome.
workerpool
Sorry, something went wrong.
No branches or pull requests
Web workers can pass binary data, but this doesn't work in workerpool.
the
stdio
option for child processes was added a bit ago, and allows creation of the ipc channel, which can then be leveraged for sending binary data.additionally there's the new
cluster
native module which automates a lot of this.i'd love the workerpool API available on top of either one of these approaches so i can have a robust solution that works on both web and node.
The text was updated successfully, but these errors were encountered: