Description/Motivation
During workflow processing, tasks are triggered by their predecessors using MLPro's event handling. The data itself is handed over via the workflow's shared object. This mechanism shall be replaced by a queue-based approach to improve the overall processing performance and
Task list
Cross references
Queues in multi-threading
Queues in multi-processing
Description/Motivation
During workflow processing, tasks are triggered by their predecessors using MLPro's event handling. The data itself is handed over via the workflow's shared object. This mechanism shall be replaced by a queue-based approach to improve the overall processing performance and
Task list
Cross references
Queues in multi-threading
Queues in multi-processing