Janus user parameters: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 13: Line 13:
<ul>
<ul>
<li><var>[[JANDEBM parameter]]</var> &mdash; a bitmask parameter that controls the display of messages and data that
<li><var>[[JANDEBM parameter]]</var> &mdash; a bitmask parameter that controls the display of messages and data that
are destined for the browser while debugging a <var class="product>Janus Web Server</var> request with the <var>[[JANUSDEBUG command|JANUSDEBUG]]</var> command.
are destined for the browser while debugging a <var class="product">Janus Web Server</var> request with the <var>[[JANUSDEBUG command|JANUSDEBUG]]</var> command.
<li><var>[[SRSPARM parameter]]</var> &mdash; a bitmask parameter that controls the behavior of the <var class="product>Janus Web Server</var> saved record set and $list functions: <var>[[$Web_Save_Recset]]</var>, <var>[[$Web_Save_List]]</var>, <var>[[$Web_Restore_Recset or $Web_Rest_Recset|$Web_Rest_Recset]]</var> and <var>[[$Web_Restore_Recset or $Web_Rest_Recset|$Web_Rest_List]]</var>.
<li><var>[[SRSPARM parameter]]</var> &mdash; a bitmask parameter that controls the behavior of the <var class="product">Janus Web Server</var> saved record set and $list functions: <var>[[$Web_Save_Recset]]</var>, <var>[[$Web_Save_List]]</var>, <var>[[$Web_Restore_Recset or $Web_Rest_Recset|$Web_Rest_Recset]]</var> and <var>[[$Web_Restore_Recset or $Web_Rest_Recset|$Web_Rest_List]]</var>.
</ul>
 
==See also==
<ul>
<li>[[Janus TCP/IP Base]]
<li>[[Janus Web Server]]
<li>[[Defining server ports]]
<li>[[Janus environment definition]]
<li>[[Storage requirements]]
<li>[[Janus commands]]
</ul>
</ul>


[[Category:Janus TCP/IP Base]]
[[Category:Janus TCP/IP Base]]

Latest revision as of 01:16, 29 April 2013

Some aspects of Janus behavior can be controlled by user parameters, that is, parameters that

  • can be set using the Model 204 RESET command by any logged-in user
  • affect only the thread on which they are issued

At logout, all Janus user parameters are set back to the values they had when the thread was defined, that is, during Online initialization.

A number of parameters affect Janus performance and operational characteristics, but the two primary ones are:

See also