OWASP / OWASP/Nettacker

multi threading issue

Open
#595 2 comments 0 reactions 1 assignee View on GitHub

@franzen is already working on this.

Since Sep 24, 2022.

bug
Dominant language
Python
Stars
5.6k
Forks
1.2k
Avg merge
1d 21h
Merged PRs (30d)
16

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.