sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Multiprocessing control.

Open ghost opened this issue 1 year ago • 3 comments

Checklist

  • [x] I'm reporting a feature request
  • [x] I've checked for similar feature requests including closed ones

Description

WRITE DESCRIPTION HERE: I wish Sherlock have an alternative argument,"num_workers" for example,to let the user decide the usage of multiple cores.

ghost avatar Mar 31 '24 15:03 ghost

So num_workers define the number of threads ran?

0xfffffff0075e2040 avatar Apr 04 '24 22:04 0xfffffff0075e2040

So num_workers define the number of threads ran?

Basically speaking, yes:)

ghost avatar Apr 05 '24 15:04 ghost

fyi y'all, since that issue<->pr link was without clarification ---

If that pr gets merged then the new flag would be --workers with whatever number you want to be the maximum. Defaults to 20 as was the previous standard.

python3 sherlock.py --workers 40 hackerman1337 will run with 40 workers in that patch.

ppfeister avatar Apr 10 '24 02:04 ppfeister