Skip to content
Ahmad Shahwan edited this page Sep 22, 2015 · 4 revisions

Home

Sequence Diagrams

Cohorte start-up

The entry point to a cohorte session is the validation of a TopComposer component.

Cohorte Start-up

Send out components to nodes

The top composer then sends each component to its appropriate NodeComposer, based on its node name. This either happens on start-up (if the appropriate node composer is already up), or whenever such a composer is available.

Initiate Components (Node)

Which isolate takes which component is decided by an IsolateDistributor component, that goes through a voting process.

Node Distributes Components Voting for Isolates

Update isolate's components

For isolate that already exist, node composer sends a list of components to be instantiated to an IsolateComposer component.

Update Isolate