A Calculus of Mobile Processes - Note (1)

xiaoxiao2021-03-05  40

Abstract and introduction

Abstract: We present the π-calculus, a calculus of communicating systems in which one can naturally express processes which have changing structure Not only may the component agents of a system be arbitrarily linked, but a communication between neighbours may carry information which changes that. . linkage The calculus is an extension of the process algebra CCS, following work by Engberg and Nielsen who added mobility to CCS while preserving its algebraic properties The pi-calculus gains simplicity by removing all distinction between variables and constants;. communication links are identified by Names, and computation is represented purely as the communication of names.

After an illustrated description of how the π-calculus generalizes conventional process algebras in treating mobility, several examples exploiting mobility are given in some detail. The important examples are the encoding into the pi-calculus of higher-order functions (the lambda-calculus and Combinatory Algebra, The Transmission of Processes As Values, and The Reperesentation of Data Structures As Processes.

The paper continues by presenting the algebraic theory of strong bisimilarity and strong equivalence, including a new notion of equivalence indexed by distinctions - ie assumptions of inequality among names These theories are based upon a semantics in terms of a labelled transition system and a notion. of strong bisimulation, both of which are expounded in detail in a companion paper. We also report briefly on work-in-progress based upon the corresponding notion of weak bisimulation, in which internal actions can not be observed.

Note: For the first time I touch such a theoretic thesis, it really take me a lot of time to get the meaning However, it also take me much excitement, moreover, it is a good beginning for me In this abstract, the.. author tries to tell us what the π-calculus is in general. It is part of the communicating systems in which one can naturally express processes which have changing structure. The core concept I got from it is that the two neighbours in the communicating system can THE INKAGEBRA MODEL? What is The CCS Algebra Model? What Does The Process Mean in This Background, IS this The Common Process In The Operating System?.

I Introduction

We present a calculus of communicating systems in which one can naturally express processes which have changing structure. Not only may the component agents of a system be arbitrarily linked, but a communication between neighbours may carry information which changes that linkage.

.........

In such models (Actors model of Hewitt), mobility is often achieved by allowing processes to be passed as values ​​in communication. We shall instead achieve it by allowing references to processes, i.e. links to be communicated.

........

Note: in this section

Question: what is the relationship among the process, agents and the linkage Can I consider that agents are computers, while linkage link them, and the process represent the action and state of the communicating system??

We suppose that an agent P wishes to send the value 5 to an agent R, along a link named a, and that R is willing to receive any value along that link Then the appropriate flow graph is as follows:. Note: After the simple Introduction, The Author Gives An Example. In this graph, i can get the following info. P and r Are Agents, They area LINKED THROUGH THE LINKAGE A. P ≡'5.p 'and R ≡ (x) .r ', this is a definition. It means p Sends the value 5 THROUGH port a and change to state p' While r receiver value x (any) and change to state r '. The System Can Be Depicted Like The Following Expression: (A '5.p' | a (x) .r ') / a. The post-fixed operator / a is called a restriction, WHICH IS One of the Six Kinds of the Calculus Discussing in the Following Section. Moreover, The Author Gives us another example to explain how the agent can send information that contains the changing-linkage data; in fact, it acts through sending the linkage itself At last, the author discuss something about the expression of. The Calculus.

Question: Any Engineering Examples To this graph?

转载请注明原文地址:https://www.9cbs.com/read-31920.html

New Post(0)