<< Prev | - Up - | Next >> |
dp
Field | Mutable | Type | Explanation |
---|---|---|---|
| no | string | The distribution version. Only ozengines with the same version can communicate. |
| no | integer | The distribution subsystem is activated at least every |
| yes | integer | 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. |
| yes | integer | How often probes are run in milliseconds. |
| yes | integer | Time before a non responded ping defines temp in milliseconds. |
| yes | integer | Maximum time to wait for a response when establishing a connection. |
| yes | integer | Maximum time to wait for a connection to close. |
| yes | integer | Maximum time to wait for a remote peer to reopen a connection after being remotely closed due to lack of resources. |
| yes | integer | Time to wait before reopening a connection after being remotely closed due to lack of resources when behind a firewall. |
| yes | integer | Maximum number of simultaneous tcp connections. |
| yes | integer | 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. |
| yes | integer | Least time to wait before retrying a lost connection. |
| yes | integer | Longest time to wait before retrying a lost connection. |
| yes | integer | Factor determining actual to wait before retrying a lost connection. |
| yes | integer | Experimental property for flowcontrol. |
| yes | integer | Experimental property for flowcontrol. |
Some of these properties affect running connections and some affect only new ones. Running: tcp*Limit. New: probe*, retryTime*.
dp.annotation
Field | Mutable | Type | Explanation |
---|---|---|---|
| yes | list of atoms | Default annotation for ports. |
| yes | list of atoms | Default annotation for cells. |
| yes | list of atoms | Default annotation for locks. |
| yes | list of atoms | Default annotation for objects (their immutable part). |
| yes | list of atoms | Default annotation for the state of objects (their mutable part). |
| yes | list of atoms | Default annotation for arrays. |
| yes | list of atoms | Default annotation for dictionaries. |
| yes | list of atoms | Default annotation for variables. |
| yes | list of atoms | Default annotation for read-only futures. |
| yes | list of atoms | Default annotation for unusables (sited resources). |
| yes | list of atoms | Default annotation for chunks. |
| yes | list of atoms | Default annotation for classes. |
| yes | list of atoms | Default annotation for procedures. |
When setting default annotations, make sure that the annotation you give is complete and consistent with the corresponding type.
<< Prev | - Up - | Next >> |