About Askemos · design notes · documentation · news · download · On CD · thanks · forum · support
ActionDocument · ByzantineAgreement · DVM · LtU · ProcessStep · ThePlace · XSLT
AskemosBackground · AskemosHLD · AskemosServer · CoreAPI · UBF

AskemosDVM

The Askemos virtual machine follows the semantics of pi-calculus. This design style has been widely found beneficial for instance in Hardware (especially FPGA) Design and the Erlang programming system.

A place of the Askemos DVM executes process step when it receives a message. A reply function

reply = function(place, message)

is computed for each step, where

reply
an aggregate denoting the answer the process step yields to the incoming message. The programmer used to traditional operating system terms might think of the reply element content as a list all those system calls which the function needs to complete and which might modify values.
function
Step response, a two-ari function defined by the ActionDocument.
message
A read only accessor to the aggregate denoting the current input.
place
A r/o (read type request) or r/w (write type request) accessor to the aggregate denoting "this" place. Often called "me".

The input area (message and place) and the output area (reply) each are described as an xml document, and the function is defined as an XSLT transformation.

These process step are executed by several physical machines in parallel and a byzantine agreement over the value of the reply is required for the step to be actually performed.


  1. A place in this virtual machine can be understood as the container of an arrow (See John Hughes, Generalising Monads to Arrows) or a continuation which is evaluated in steps.

  2. Read more at LtU: mondas for beginners and a collection of monad links.
  3. Looks like PiDuce implements quite a simillar processing paradigm.




border
last modification: Tue, 17 Oct 2006 16:17:46 +0200
authors: jfw, peter.hochgemuth.de,
document identifier: A849640f672ed0df0958abc0712110f3c
delivered to public at Fri, 04 Jul 2008 20:05:13 +0200
short comments display (2)


rss

pdf :: context view

search



17 Jun 2008StorageAdaptor
17 Jun 2008NEWS
17 Jun 2008HTML
17 Jun 2008ACM
22 Mai 2008HTTP
22 Mai 2008BOSH
10 Mai 2008AskemosBibliograph
10 Mai 2008JerrysDreamAbstrac
09 Mai 2008ProgrammingLanguag
20 Apr 2008XSLT
11 Mar 2008CodingStyle
10 Mar 2008
09 Mar 2008MIMEConverter
BSD
07 Mar 2008XML
06 Mar 2008SRFI
01 Mar 2008RFC4810
01 Mar 2008RFC4998
01 Mar 2008KondratieffWerk
17 Feb 2008SystemRequirements
04 Jan 2008service-level
04 Jan 2008NameSpaceDSSSLinde
24 Jun 2004KommunikationsInfr
BOINC






Add


About Askemos · design notes · documentation · news · download · On CD · thanks · forum · support
Web Design by Schwill Dresden