/usr/share/mozart/doc/system/node61.html is in mozart-doc 1.4.0-8ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Distribution: dp</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node60.html#section.property.application"><< Prev</A></TD><TD><A href="node59.html">- Up -</A></TD><TD><A href="node62.html#section.property.dplog">Next >></A></TD></TR></TABLE><DIV class="unnumbered" id="section.property.dp"><H3><A name="section.property.dp">Distribution: <CODE>dp</CODE></A></H3><P> </P><TABLE align="center" bgcolor="#f0f0e0" id="table.prop.dp"><TR valign="top"><TH><P>Field</P></TH><TH><P>Mutable</P></TH><TH><P>Type</P></TH><TH><P>Explanation</P></TH></TR><TR valign="top"><TD><P><CODE>version</CODE></P></TD><TD><P>no</P></TD><TD><P>string</P></TD><TD><P>The distribution version. Only ozengines with the same version can communicate.</P></TD></TR><TR valign="top"><TD><P><CODE>clockTick</CODE></P></TD><TD><P>no</P></TD><TD><P>integer</P></TD><TD><P>The distribution subsystem is activated at least every <CODE>clockTick</CODE> milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>bufferSize</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>The size of the output and input buffers in bytes. For throughput-bound applications it should be large enough to keep the network utilized between invocations of the distribution subsystem.</P></TD></TR><TR valign="top"><TD><P><CODE>probeInterval</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>How often probes are run in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>probeTimeout</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Time before a non responded ping defines temp in milliseconds.</P></TD></TR><TR valign="top"><TD><P><CODE>openTimeout</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Maximum time to wait for a response when establishing a connection.</P></TD></TR><TR valign="top"><TD><P><CODE>closeTimeout</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Maximum time to wait for a connection to close.</P></TD></TR><TR valign="top"><TD><P><CODE>wfRemoteTimeout</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Maximum time to wait for a remote peer to reopen a connection after being remotely closed due to lack of resources.</P></TD></TR><TR valign="top"><TD><P><CODE>firewallReopenTimeout</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Time to wait before reopening a connection after being remotely closed due to lack of resources when behind a firewall.</P></TD></TR><TR valign="top"><TD><P><CODE>tcpHardLimit</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Maximum number of simultaneous tcp connections.</P></TD></TR><TR valign="top"><TD><P><CODE>tcpWeakLimit</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Number of simultaneous tcp connections when stable. The difference between tcpHardLimit and tcpWeakLimit is used for accepts. If they are set equal, no further accepts will be made until some connection has been closed.</P></TD></TR><TR valign="top"><TD><P><CODE>retryTimeFloor</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Least time to wait before retrying a lost connection.</P></TD></TR><TR valign="top"><TD><P><CODE>retryTimeCeiling</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Longest time to wait before retrying a lost connection.</P></TD></TR><TR valign="top"><TD><P><CODE>retryTimeFactor</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Factor determining actual to wait before retrying a lost connection.</P></TD></TR><TR valign="top"><TD><P><CODE>flowBufferSize</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Experimental property for flowcontrol.</P></TD></TR><TR valign="top"><TD><P><CODE>flowBufferTime</CODE></P></TD><TD><P>yes</P></TD><TD><P>integer</P></TD><TD><P>Experimental property for flowcontrol.</P></TD></TR></TABLE><P> </P><P> Some of these properties affect running connections and some affect only new ones. Running: tcp*Limit. New: probe*, retryTime*. </P><DIV class="unnumbered" id="section.property.dp.annotation"><H4><A name="section.property.dp.annotation">Default annotations: <CODE>dp<SPAN class="keyword">.</SPAN>annotation</CODE></A></H4><P> </P><TABLE align="center" bgcolor="#f0f0e0" id="table.prop.dp.annotation"><TR valign="top"><TH><P>Field</P></TH><TH><P>Mutable</P></TH><TH><P>Type</P></TH><TH><P>Explanation</P></TH></TR><TR valign="top"><TD><P><CODE>port</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for ports.</P></TD></TR><TR valign="top"><TD><P><CODE>cell</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for cells.</P></TD></TR><TR valign="top"><TD><P><CODE><SPAN class="string">'lock'</SPAN></CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for locks.</P></TD></TR><TR valign="top"><TD><P><CODE>object</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for objects (their immutable part).</P></TD></TR><TR valign="top"><TD><P><CODE>state</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for the state of objects (their mutable part).</P></TD></TR><TR valign="top"><TD><P><CODE>array</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for arrays.</P></TD></TR><TR valign="top"><TD><P><CODE>dictionary</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for dictionaries.</P></TD></TR><TR valign="top"><TD><P><CODE>variable</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for variables.</P></TD></TR><TR valign="top"><TD><P><CODE>readonly</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for read-only futures.</P></TD></TR><TR valign="top"><TD><P><CODE>unusable</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for unusables (sited resources).</P></TD></TR><TR valign="top"><TD><P><CODE>chunk</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for chunks.</P></TD></TR><TR valign="top"><TD><P><CODE><SPAN class="string">'class'</SPAN></CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for classes.</P></TD></TR><TR valign="top"><TD><P><CODE>procedure</CODE></P></TD><TD><P>yes</P></TD><TD><P>list of atoms</P></TD><TD><P>Default annotation for procedures.</P></TD></TR></TABLE><P> </P><P> When setting default annotations, make sure that the annotation you give is complete and consistent with the corresponding type. </P></DIV></DIV><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="node60.html#section.property.application"><< Prev</A></TD><TD><A href="node59.html">- Up -</A></TD><TD><A href="node62.html#section.property.dplog">Next >></A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif Kornstaedt</A>, <A href="http://www.ps.uni-sb.de/~homik/">Martin Homik</A>, <A href="http://www.ps.uni-sb.de/~tmueller/">Tobias Müller</A>, <A href="http://www.ps.uni-sb.de/~schulte/">Christian Schulte</A> and <A href="http://www.info.ucl.ac.be/~pvr">Peter Van Roy</A><BR><SPAN class="version">Version 1.4.0 (20110908185330)</SPAN></ADDRESS></BODY></HTML>
|