[BACK]Return to openxm-stackmachines.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / issac2000

Diff for /OpenXM/doc/issac2000/openxm-stackmachines.tex between version 1.12 and 1.13

version 1.12, 2000/01/17 01:23:41 version 1.13, 2000/01/17 08:06:15
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/issac2000/openxm-stackmachines.tex,v 1.11 2000/01/16 06:39:39 takayama Exp $  % $OpenXM: OpenXM/doc/issac2000/openxm-stackmachines.tex,v 1.12 2000/01/17 01:23:41 takayama Exp $
   
 \section{OpenXM Stack machines}\label{sec:ox-stackmachines}  \section{OpenXM Stack machines}\label{sec:ox-stackmachines}
   
Line 20  Here,
Line 20  Here,
 {\tt OX\_DATA} stands for {\tt OX\_DATA} header and  {\tt OX\_DATA} stands for {\tt OX\_DATA} header and
 {\tt (CMO\_ZZ,1)} is a body standing for $1$ expressed  {\tt (CMO\_ZZ,1)} is a body standing for $1$ expressed
 by the CMO.  by the CMO.
 The server tranlates {\tt (CMO\_ZZ, 1)} to its internal object of  The server translates {\tt (CMO\_ZZ, 1)} to its internal object of
 the integer  $1$  the integer  $1$
 and pushes the object onto the stack.  and pushes the object onto the stack.
   
Line 90  error([8,fctr : invalid argument])
Line 90  error([8,fctr : invalid argument])
   
 OpenXM server won't send error messages to the client  OpenXM server won't send error messages to the client
 except when it receives a {\tt SM\_pop*} command.  except when it receives a {\tt SM\_pop*} command.
 OX stackmachines work in the asynchronous mode which is similar  OX stack machines work in the asynchronous mode which is similar
 to X servers.  to X servers.
 For servers of graphic and sound applications,  For servers of graphic and sound applications,
 it may be an advantageous feature.  it may be an advantageous feature.
 It is also possible to emulate RPC and a web server for MCP \cite{iamc}  It is also possible to emulate RPC and a web server for MCP \cite{iamc}
 on our asynchronous OX stackmachines.  on our asynchronous OX stack machines.
   
   
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>