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

Analyzers: Thread Pool #22

Open
d-Rickyy-b opened this issue Sep 24, 2018 · 0 comments
Open

Analyzers: Thread Pool #22

d-Rickyy-b opened this issue Sep 24, 2018 · 0 comments
Labels
Difficulty: Medium This issue is not easy and not hard to resolve New feature For suggesting a new feature
Projects

Comments

@d-Rickyy-b
Copy link
Owner

It's important to quickly analyze the pastes. Currently each paste is being processed in a single thread. It would be important to implement a thread pool which limits the amount of concurrent execution.

See https://www.metachris.com/2016/04/python-threadpool/

@d-Rickyy-b d-Rickyy-b added this to To do in Pastepwn Oct 14, 2018
@d-Rickyy-b d-Rickyy-b added Difficulty: Medium This issue is not easy and not hard to resolve New feature For suggesting a new feature labels Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Medium This issue is not easy and not hard to resolve New feature For suggesting a new feature
Projects
Pastepwn
  
To do
Development

No branches or pull requests

1 participant