previous up next
Go up to A.3 The Protocol
Go forward to Send Actions
RISC-Linz logo

Initialization Actions

When starting execution, the application program first makes sure that the scheduler understands the same version of the protocol. This is achieved by writing the version string to the output channel, receiving a corresponding string from the input channel and comparing both. If they do not match, execution is aborted. Otherwise, the range of task identifiers that may be used for the naming of new tasks is received and stored.

initialize(C) ==
\/

Maintainer: Wolfgang Schreiner
Last Modification: July 6, 2001

previous up next