Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upswitch to multiprocessing.dummy to avoid unnecessary separate processes #20
Comments
ryran
added
the
enhancement
label
Nov 3, 2016
ryran
self-assigned this
Nov 3, 2016
added a commit
that referenced
this issue
Nov 3, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ryran
Nov 3, 2016
Owner
Yay! Done.
$ rhsecapi --help | grep -A1 -- --threads
-t, --threads THREDS Set number of concurrent worker threads to allow when
making CVE queries (default on this system: 5)
|
Yay! Done.
|
ryran
closed this
Nov 3, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ryran commentedNov 3, 2016
Turns out
multiprocessing.dummyworks just as well and uses threads instead of separate processes! Sweet! Guess I'll be changing the cmdline opt back to--threads.