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

Rework recursive process_file core calls #181

Closed
kukovecz opened this issue Jan 20, 2022 · 0 comments · Fixed by #191
Closed

Rework recursive process_file core calls #181

kukovecz opened this issue Jan 20, 2022 · 0 comments · Fixed by #191
Assignees

Comments

@kukovecz
Copy link
Contributor

kukovecz commented Jan 20, 2022

Currently we have the unblob running around recursively calling the process_file function.

  • This makes the investigations and extending the core code harder.
  • In this way the parameters of the process_file are mixed: it contains variables, configuration globals, local states, etc....

We had an idea that instead of recursively calling it over and over again, we could have a simple Queue, where we could put Tasks which needs to be processed. This would potentially improve the code quality and add the ability to easily extend with multiprocessing.

Somehow related to:

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

Successfully merging a pull request may close this issue.

1 participant