Bug 570871 - Add threading support for workflow execution
Summary: Add threading support for workflow execution
Status: UNCONFIRMED
Alias: None
Product: App4mc
Classification: Automotive
Component: Cloud (show other bugs)
Version: 1.0.0   Edit
Hardware: PC Linux
: P3 enhancement
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: performance
Depends on:
Blocks:
 
Reported: 2021-02-03 05:25 EST by Mahmoud Bazzal CLA
Modified: 2021-02-11 01:00 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mahmoud Bazzal CLA 2021-02-03 05:25:39 EST
The APP4MC cloud manager execution of workflow could be multi-threaded to reduce the time required to finish the execution of the entire workflow. 

This will be achieved by spawning a new thread to execute every new branch found in the workflow tree. This feature will use the Java ForkJoin framework.