-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Current Behaviour
Only one host, one thread can work on a given stage of ./vim-dan-generator , for a given documentation and a given stage , the work load cannot be offloaded (load balanced) among different threads, or hosts.
For instance if you do ./vim-dan-generator zaproxy -x Only one host is launching the Indexing processes, but the nature of the task , which work on a file_list basis , per file, each of the processes should aim to be offloaded to other threads/hosts.
Inteded Behaviour
Re-write the algorythm so that (for instance) , it would accept entries of a filelist , and with the help of gnu-paralell , be able to offload processed to other threads/hosts . May be doable for some stages, may be more difficult for other Stages , but explore the possiblity.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels