Back

nextupprevious
Next:Migration of ambients onUp:The Distributed Implementation ofPrevious:The Distributed Implementation of


Behavior of ambients

When an ambient moves within an computer, ambient can exit and enter other ambients. 
$\displaystyle m[n[out m]] \xrightarrow{out m} m[] \mid n[]$
\includegraphics[keepaspectratio,clip]{3.eps}
Fig 1: Behavior of capability out
Before $ n$ ambient executes the capability $ out m$, it makes sure if its parent is $ m$ ambient. Then, it exits $ m$ and become the sibling of $ m$.
 


 Back