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

Documentation for after upload file processing using workers #823

Open
jankapunkt opened this issue Sep 3, 2021 · 0 comments
Open

Documentation for after upload file processing using workers #823

jankapunkt opened this issue Sep 3, 2021 · 0 comments

Comments

@jankapunkt
Copy link
Collaborator

I have a suggestion / documentation is missing something

The current image processing example contains code that runs in a single thread.

Reality is that such processing often requires heavy resources and I would like to work on an example that uses Worker threads.
However I am not sure what might be the better approach, using the plain node implementation or a library for that? I have no experience on both so I am asking if you @dr-dimitru or anyone else can point me in a direction.

If I come up with a good solution I will contribute back into the docs.

Why not fibers?

I think in the long run they will drop fibers (as the current discussions in the Meteor repo show) so I think we might be best using Worker threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants