ALLOCC (JANUS DEFINE parameter): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (typos) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<span class="pageSubtitle">Allocate buffers when a connection is established</span> | |||
<span class="pageSubtitle"> | |||
<var>ALLOCC</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | <var>ALLOCC</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | ||
This parameter indicates that input, output and request buffers are to be allocated when a connection is established and are to be freed when the connection is closed. If <var>ALLOCC</var> is not specified, all necessary buffers are allocated when the <var>[[JANUS START]]</var> command is executed and are kept until the port is stopped, after a <var>[[JANUS DRAIN]]</var> or <var>[[JANUS FORCE]]</var> command. All buffers are allocated above the line using space reserved by SPCORE. See | This parameter indicates that input, output and request buffers are to be allocated when a connection is established and are to be freed when the connection is closed. If <var>ALLOCC</var> is not specified, all necessary buffers are allocated when the <var>[[JANUS START]]</var> command is executed and are kept until the port is stopped, after a <var>[[JANUS DRAIN]]</var> or <var>[[JANUS FORCE]]</var> command. All buffers are allocated above the line using space reserved by SPCORE. See [[Storage requirements]] for details about allocation requirements. | ||
Valid for all port types. | Valid for all port types. | ||
Line 13: | Line 12: | ||
<li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] | <li>[[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]] | ||
</ul> | </ul> | ||
[[Category:JANUS DEFINE parameters|ALLOCC]] | [[Category:JANUS DEFINE parameters|ALLOCC]] |
Latest revision as of 22:28, 29 April 2016
Allocate buffers when a connection is established
ALLOCC is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.
This parameter indicates that input, output and request buffers are to be allocated when a connection is established and are to be freed when the connection is closed. If ALLOCC is not specified, all necessary buffers are allocated when the JANUS START command is executed and are kept until the port is stopped, after a JANUS DRAIN or JANUS FORCE command. All buffers are allocated above the line using space reserved by SPCORE. See Storage requirements for details about allocation requirements.
Valid for all port types.