version 1.1, 2001/03/07 02:42:11 |
version 1.2, 2001/03/08 00:49:30 |
|
|
% $OpenXM$ |
% $OpenXM: OpenXM/doc/ascm2001/session-management.tex,v 1.1 2001/03/07 02:42:11 noro Exp $ |
|
|
\section{Session Management} |
\section{Session Management} |
\label{secsession} |
\label{secsession} |
Line 31 are necessary for interactive distributed computation. |
|
Line 31 are necessary for interactive distributed computation. |
|
%skip the byte order conversion because its cost is often dominant over |
%skip the byte order conversion because its cost is often dominant over |
%fast networks. |
%fast networks. |
|
|
\subsection{Invocation of servers} |
\subsection{Invocation of servers by OpenXM-RFC 100} |
\label{launcher} |
\label{launcher} |
|
|
An application called {\it launcher} is provided to start servers |
An application called {\it launcher} is provided to start servers |
Line 65 order. Nevertheless it is necessary to negotiate the b |
|
Line 65 order. Nevertheless it is necessary to negotiate the b |
|
skip the byte order conversion because its cost is often dominant over |
skip the byte order conversion because its cost is often dominant over |
fast networks. |
fast networks. |
|
|
|
\subsection{Invocation of servers by OpenXM-RFC 101} |
|
OpenXM-RFC 101 \cite{ox-rfc-101} gives more secure and |
|
efficient way to start servers. |
|
It uses ``ssh'' to launch a control server and |
|
the control server can launch one or more than one |
|
engines. |
|
See \cite{oc-rfc-101} for details. |
|
|
\subsection{Control server} |
\subsection{Control server} |
\label{control} |
\label{control} |