nextupprevious

Stage Computation

Stage: a group of exported operations and private data.

Operation: asynchronous procedure call.

Scheduling autonomy: stage has control the order and concurrency for execution of its operations. Stage vs. Object:

  1. operations are invoked asynchronously (with later rendezvous if necessary)

  2. stage has autonomy on execution order of operations

  3. stages are control abstraction vs. objects which are data abstraction.