⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 agents-2.html.svn-base

📁 网络模拟器
💻 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 + -