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

parallelism #5

Open
davisjam opened this issue Mar 27, 2018 · 1 comment
Open

parallelism #5

davisjam opened this issue Mar 27, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@davisjam
Copy link
Owner

davisjam commented Mar 27, 2018

If scanning many projects, I suggest using a single thread/process per project instead. Easier to reason about.

But if scanning a single project, each analysis phase can be performed across multiple threads.

  • This should be handled at the bin/ layer.
  • Be careful about the use of tmp files.
@davisjam
Copy link
Owner Author

davisjam commented Apr 4, 2018

validate-uploads.js could also use some parallelism.

@davisjam davisjam added the enhancement New feature or request label Apr 5, 2018
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