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

multi threading issue #595

Open
Ali-Razmjoo opened this issue Sep 24, 2022 · 2 comments
Open

multi threading issue #595

Ali-Razmjoo opened this issue Sep 24, 2022 · 2 comments
Assignees
Labels

Comments

@Ali-Razmjoo
Copy link
Collaborator

Ali-Razmjoo commented Sep 24, 2022

Hi,

  1. There is an issue with the queues. When a request is dependent on another request, all queued requests will constantly check for the same variable in the temp events of the database. So we need to generate those requests after the variable is available and stop consuming the CPU.
  2. if threads of one subprocess are finished, the subprocess will die. Maybe it's better to let the subprocesses help other subprocesses with their threads.

Thanks, Ali.

@pptx704
Copy link

pptx704 commented Apr 4, 2024

For the 1st case, what are you referring by abidrequest? I searched the codebase but could not find a similar word.

@Ali-Razmjoo
Copy link
Collaborator Author

on another request*

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

No branches or pull requests

4 participants