ALLOCC (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 2: Line 2:
<span class="pageSubtitle"><section begin="desc" />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.<section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />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.<section end="desc" /></span>


ALLOCC is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
<var>ALLOCC</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


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 :hdref refid=storq. for details on allocation requirements.  
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 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 :hdref refid=storq. for details on allocation requirements.  


Valid for all port types.
Valid for all port types.

Revision as of 17:10, 24 February 2012

<section begin="desc" />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.<section end="desc" />

ALLOCC is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

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 :hdref refid=storq. for details on allocation requirements.

Valid for all port types.

References

See: List of Janus commands | List of JANUS DEFINE parameters.