Difference between revisions of "Process calculus"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 1: Line 1:
In [[computer science]], the '''process calculi''' (or '''process algebras''') are a diverse family of related approaches for formally modelling concurrent systems.
+
In [[computer science]], the '''process calculi''' (or '''process algebras''') are a diverse family of related approaches for formally modelling [[Concurrent system|concurrent systems]].
  
 
== Description ==
 
== Description ==
Line 25: Line 25:
  
 
* [[BlenX]]
 
* [[BlenX]]
 +
* [[Concurrent system]]
  
 
== External links ==
 
== External links ==

Latest revision as of 21:21, 25 April 2016

In computer science, the process calculi (or process algebras) are a diverse family of related approaches for formally modelling concurrent systems.

Description

Process calculi provide a tool for the high-level description of interactions, communications, and synchronizations between a collection of independent agents or processes.

They also provide algebraic laws that allow process descriptions to be manipulated and analyzed, and permit formal reasoning about equivalences between processes (e.g., using bisimulation).

Leading examples of process calculi include:

More recent additions to the family include:

See also

External links