Janus user parameters: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
<ul> | <ul> | ||
<li>can be set using the Model 204 RESET command by any logged-in user</li> | <li>can be set using the <var class="product">Model 204</var> <var>RESET</var> command by any logged-in user</li> | ||
<li>affect only the thread on which they are issued</li> | <li>affect only the thread on which they are issued</li> | ||
</ul> | </ul> | ||
Line 12: | Line 12: | ||
<ul> | <ul> | ||
<li>[[JANDEBM parameter]] | <li><var>[[JANDEBM parameter]]</var> — 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 | 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>[[SRSPARM parameter]] | <li><var>[[SRSPARM parameter]]</var> — 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:
- JANDEBM parameter — a bitmask parameter that controls the display of messages and data that are destined for the browser while debugging a Janus Web Server request with the JANUSDEBUG command.
- SRSPARM parameter — a bitmask parameter that controls the behavior of the Janus Web Server saved record set and $list functions: $Web_Save_Recset, $Web_Save_List, $Web_Rest_Recset and $Web_Rest_List.