Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility to order the steps, which are done parallel #83

Open
cebe-bot opened this issue Jul 14, 2015 · 0 comments
Open

Add the possibility to order the steps, which are done parallel #83

cebe-bot opened this issue Jul 14, 2015 · 0 comments

Comments

@cebe-bot
Copy link

This issue has been imported from gitlab.

  • author: @mila-brandt
  • assignee: @
  • created on: 2015-06-25T07:59:57.000Z

Description

It should be able , to order the processing steps, which can be executed parallel.
E.g. Steps a,b,c can be executed parallel:
Manually specified execution order:

1.Step b

2.a,c in an arbitrary order or even parallel

Should only be possible in GUI or be a part of the YAML-file?? (e.g. instruction like: Step b, before a,c)

Comments


mila-brandt on 2015-07-04T17:40:51.000Z:

Assignee removed


cebe on 2015-07-05T20:15:29.000Z:

Removed ~981 label


cebe on 2015-07-05T20:16:59.000Z:

has to be part of the yaml file also because it has to survive if program is closed.


cebe on 2015-07-06T12:02:50.000Z:

Could be solved by running different threads for modules which can run in parallel.
If that is not easy to implement, a workaround for the image display modules could be that they have an output which is equal to the input image but creates a dependency that defines the execution order.


cebe on 2015-07-06T18:24:46.000Z:

Milestone changed to Final Presentation


cebe on 2015-07-06T18:28:18.000Z:

related to #84

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants