?? agents-2.html.svn-base
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.6">
<TITLE>Agent interaction in JNS: Basic Interaction</TITLE>
<LINK HREF="Agents-3.html" REL=next>
<LINK HREF="Agents-1.html" REL=previous>
<LINK HREF="Agents.html#toc2" REL=contents>
</HEAD>
<BODY>
<A HREF="Agents-3.html">Next</A>
<A HREF="Agents-1.html">Previous</A>
<A HREF="Agents.html#toc2">Contents</A>
<HR>
<H2><A NAME="s2">2. Basic Interaction</A></H2>
<P>Interaction between agents is strictly asynchronous in JNS. If you give data
to a lower-level agent to send, it will be put in a queue. When the agent
notices the new data, it will look at the queue and pass the data on. The
process then repeates.
<P>Conversely, when data is received, an agent gets an 'indication' that data
is available. It will then read the data from the lower-level agent and stick
it into a queue where it waits for further collection. It will then indicate
to the next-higher agent that data is available and the process starts again.
<P>
<P>
<HR>
<A HREF="Agents-3.html">Next</A>
<A HREF="Agents-1.html">Previous</A>
<A HREF="Agents.html#toc2">Contents</A>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -