Skip to content

feature: Make the algorythm work parallelised #5

@rafmartom

Description

@rafmartom

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions