Nettacker icon indicating copy to clipboard operation
Nettacker copied to clipboard

multi threading issue

Open Ali-Razmjoo opened this issue 3 years ago • 2 comments

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.

Ali-Razmjoo avatar Sep 24 '22 16:09 Ali-Razmjoo

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

pptx704 avatar Apr 04 '24 18:04 pptx704

on another request*

Ali-Razmjoo avatar Apr 06 '24 21:04 Ali-Razmjoo