Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation/JobManager"

m
m
Line 2: Line 2:
  
 
= JobManager =
 
= JobManager =
 +
 +
The Job Manager controls the processing logic of ''asynchronous workflows'' in SMILA by regulating the Task Manager, which in turn generates tasks and decides which task should be processed by which worker and when.
  
 
== Overview of components ==
 
== Overview of components ==
  
<span style="color:#ff0000">'''This page and all contained pages are Work in progress.'''</span>
+
<span style="color:#ff0000">'''This page and all contained pages are work in progress.'''</span>
 
----
 
----
  

Revision as of 11:08, 11 July 2011

Note.png
Available since SMILA 0.9!


JobManager

The Job Manager controls the processing logic of asynchronous workflows in SMILA by regulating the Task Manager, which in turn generates tasks and decides which task should be processed by which worker and when.

Overview of components

This page and all contained pages are work in progress.


Back to the top