Poinsot's spirals: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>MagnInd
en>Hyacinth
 
Line 1: Line 1:
{{Orphan|date=February 2009}}
The author is known by the title of Numbers Lint. His family members life in South Dakota but his wife desires them to transfer. For years he's been working as a meter reader and it's some thing he truly appreciate. Body developing is one of the issues I love most.<br><br>my homepage :: [http://www.pponline.co.uk/user/miriamlinswkucrd home std test]
In [[theoretical computer science]], TPL (Temporal Process Language) is a [[process calculus]] which extends [[Robin Milner|Robin Milner's]] [[Calculus of communicating systems|CCS]] with the notion of ''multi-party synchronization'', which allows multiple process to synchronize on a global 'clock'. This clock measures time, though not concretely, but rather as an abstract signal which defines when the entire process can step onward.
 
== Informal definition ==
 
TPL is a conservative extension of CCS, with the addition of a special action called σ representing the passage of time by a process - the ticking of an abstract clock. As in CCS, TPL features action prefix and it can be described as being ''patient'', that is to say a process <math>a.P</math> will idly accept the ticking of the clock, written as
 
<math>a.P \rightarrow^a a.P</math>
 
Key to the use of abstract time is the ''timeout'' operator, which presents two processes, one to behave as if the clock ticks, one to behave as if it can't, i.e.
 
<math>
\lfloor E \rfloor (F) \rightarrow^\sigma F
</math>
 
provided process E does not prevent the clock from ticking.
 
<math>
\lfloor E \rfloor (F) \rightarrow^\sigma E'
</math>
 
provided E can perform action a to become E'.
 
In TPL, there are two ways to prevent the clock from ticking. First is via the presence of the ω operator, for example in process <math>a.P + \Omega</math> the clock is prevented from ticking. It can be said that the action a is ''insistent'', i.e. it insists on acting before the clock can tick again.
 
The second way in which ticking can be prevented is via the concept of ''maximal-progress'', which states that silent actions (i.e. τ actions) always take precedence over and thus suppress σ actions. Thus is two parallel processes are capable of synchronizing at a given instant, it is not possible for the clock to tick.
 
Thus a simple way of viewing multi-party synchronization is that a group of composed processes will allow time to pass provided none of them prevent it, i.e. the system agrees that it is time to move on.
 
== Formal definition ==
 
=== Syntax ===
 
Let a be a non-silent action name, α be any action name (including τ, the silent action) and X be a process label used for recursion.
 
:<math>\begin{matrix}
Proc ::= & \alpha.Proc \\
    | & \lfloor Proc \rfloor (Proc) \\
    | & Proc + Proc \\
    | & Proc\;|\;Proc \\
    | & rec X.Proc \\
    | & X \\
    | & \Omega \\
    | & Proc \setminus a \\
    | & 0 \\
\end{matrix}</math>
 
== References ==
 
[[Matthew Hennessy]] and Tim Regan : ''A Process Algebra for Timed Systems''. Information and Computation, 1995.
 
[[Category:Process calculi]]

Latest revision as of 04:40, 10 November 2014

The author is known by the title of Numbers Lint. His family members life in South Dakota but his wife desires them to transfer. For years he's been working as a meter reader and it's some thing he truly appreciate. Body developing is one of the issues I love most.

my homepage :: home std test