Feature #2143
Add multi-threading of hosts within a given input
Start date:
11/09/2017
Due date:
% Done:
0%
History
#1 Updated by Luke Murphey about 7 years ago
To do this, I would need to:
- Make the input completion tasks be somehow tied together such that the completion tasks only happen once all of the entries for the given input are done
- I could maintain a list of running inputs and have that list include the list of hosts to scan. This list could be used to identify the next host and to know if an input is being run
- Update the logic for recognizing thread tasks so that new threads don't get started for the same input
#2 Updated by Luke Murphey almost 7 years ago
- Target version deleted (
1.2)