Published online by Cambridge University Press: 08 January 2010
COMMUNICATION FUNCTION
A central issue in concurrency theory is that of modelling communication. The method that we present here yields synchronous communication. That is, the occurrence of communication between two processes is the result of the simultaneous performance of corresponding actions. For instance, one process may perform a send action, whereas the other performs a receive action, and if these actions take place simultaneously the result is a communicate action. Later on, we will also consider examples of asynchronous communication in process algebra.
In synchronous communication, every communication action has two parts. This can be enoted as follows: suppose an atomic action comm(5) represents the communication between send(5) and receive(5), then we write
γ(send(5), receive(5)) = comm(5).
If two actions do not communicate, then their communication is not defined. For example:
γ(send(5), receive(6)) is not defined.
This will be formalized in the next paragraph.
DEFINITION
Let A be the set of atomic actions. A communication function on A is a partial binary function γ on A satisfying the following conditions:
for every a,b∈ A: γ(a,b) = γ(b,a), that is, communication is commutative;
for every a,b,c∈ A: γ(γ(a,b),c) = γ(aγ(b,C)): communication is associative.
When we write such an equation for a partial function, we also imply that one side of the equation is defined exactly when the other side is. Also, γ is not defined when one of its arguments is not defined or is not in A.
To save this book to your Kindle, first ensure [email protected] is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.