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

Diff for /OpenXM/doc/ascm2001p/openxm-clients.tex between version 1.1 and 1.2

version 1.1, 2001/06/19 07:32:58 version 1.2, 2001/06/20 05:42:47
Line 1 
Line 1 
 % $OpenXM$  % $OpenXM: OpenXM/doc/ascm2001p/openxm-clients.tex,v 1.1 2001/06/19 07:32:58 noro Exp $
   
 \section{OpenXM Clients}  \section{OpenXM Clients}
   
Line 10  communication between the server and itself.
Line 10  communication between the server and itself.
 %Fundamental operations on OpenXM servers are  %Fundamental operations on OpenXM servers are
 %exchange of OX data and sending of stack machine commands.  %exchange of OX data and sending of stack machine commands.
 As a client, Asir provides the following functions  As a client, Asir provides the following functions
 to execute these primitive operations:  to execute primitive operations:
 {\tt ox\_push\_cmo()} for pushing data,  {\tt ox\_push\_cmo()} for pushing data,
 {\tt ox\_push\_cmd()} for sending a stack machine command  {\tt ox\_push\_cmd()} for sending a stack machine command
 and {\tt ox\_get()} for receiving data from a stream.  and {\tt ox\_get()} for receiving data from a stream.
Line 38  are implemented by combining these primitives.
Line 38  are implemented by combining these primitives.
 %it completes the operations stated in Section \ref{control}.  %it completes the operations stated in Section \ref{control}.
 %\end{itemize}  %\end{itemize}
 Furthermore {\tt ox\_select()} is provided to detect if streams are ready for  Furthermore {\tt ox\_select()} is provided to detect if streams are ready for
 reading. It is implemented by the {\tt select()} system call and is used  reading.  It is used to avoid blocking on read operations.
 to avoid blocking on read operations.  %% It is implemented by the {\tt select()} system call and is used
   %% to avoid blocking on read operations.
   
 \subsection{Mathematica}  \subsection{Mathematica}
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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