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

Diff for /OpenXM/doc/ascm2001p/openxm-stackmachines.tex between version 1.3 and 1.4

version 1.3, 2001/06/21 00:15:34 version 1.4, 2001/06/21 03:09:46
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/ascm2001p/openxm-stackmachines.tex,v 1.2 2001/06/20 05:42:47 takayama Exp $  % $OpenXM: OpenXM/doc/ascm2001p/openxm-stackmachines.tex,v 1.3 2001/06/21 00:15:34 takayama Exp $
   
 \section{OpenXM Stack machines}\label{sec:ox-stackmachines}  \section{OpenXM Stack machines}\label{sec:ox-stackmachines}
   
Line 25  and pushes the object onto the stack.
Line 25  and pushes the object onto the stack.
   
 If the server gets an {\it OX command} message, then the server  If the server gets an {\it OX command} message, then the server
 executes the command.  executes the command.
 Any OX command message starts with the int32 tag OX\_COMMAND.  Any OX command message starts with the int32 tag {\tt OX\_COMMAND}.
 The body is a stack machine operation code expressed by int32.  The body is a stack machine operation code expressed by int32.
 %The codes are listed below \cite{ox-rfc-100}.  %The codes are listed below \cite{ox-rfc-100}.
 %\begin{verbatim}  %\begin{verbatim}
Line 88  instead of a result of the computation.
Line 88  instead of a result of the computation.
 %\end{verbatim}  %\end{verbatim}
   
 OpenXM server does not send error messages to the client  OpenXM server does not send error messages to the client
 except when it receives a {\tt SM\_pop*} command.  except when it receives a {\tt SM\_pop*} command,
   which is a request to pop data from the stack and to write it to the client.
 OX stack machines 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,

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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