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

Parallel run support for binary plugin runner #1890

Closed
akijakya opened this issue Jul 9, 2024 · 2 comments
Closed

Parallel run support for binary plugin runner #1890

akijakya opened this issue Jul 9, 2024 · 2 comments

Comments

@akijakya
Copy link
Contributor

akijakya commented Jul 9, 2024

The binary plugin runner solution was implemented assuming that a (binary) plugin will only run once on the host machine, with one input to be scanned and one result to produce. This will not be the case after merging this, so it will need some refactoring to ensure these binary plugin scanners can run in parallel.

This issue also belongs to this problem.

@ramizpolic
Copy link
Member

Plugin binary approach doesnt need to be optimized for multi-input scan, but rather be safe to call/work with multi-input scans. Hope this clarifies it

@paralta
Copy link
Contributor

paralta commented Jul 31, 2024

#1941
#1923

@paralta paralta closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants