previous up next
Go backward to Task Scheduling
Go up to Software Architecture
Go forward to Recursive Server Loops
RISC-Linz logo

Task Results

When a new task is created, the scheduler allocates a corresponding "empty" slot in the result table (which will be filled with the result value when the corresponding task will have completed execution). Thus the result of a task is always stored on that machine where the task has been created (not necessarily where it is eventually executed); from the identifier of a task, the scheduler can determine the node holding a task result and correspondingly route requests. Additionally each scheduler holds a cache of all results that it has ever seen such that some requests to non-local task results can be immediately satisfied.


Maintained by: Wolfgang Schreiner
Last Modification: April 22, 1999

previous up next