SESNPUB parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:SESNPUB parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 12: Line 13:
<dd>Before <var class="product">Sirius Mods</var> 6.7
<dd>Before <var class="product">Sirius Mods</var> 6.7
</dl>
</dl>
==Description==
==Description==
The parameter which must have a numeric value between 0 and 1048575, sets the
This parameter, which must have a numeric value between 0 and 1048575, sets the
maximum number of public sessions that can be active.
maximum number of public [[Sessions|sessions]] that can be active.
Setting this value allocates about 160 bytes of virtual storage
Setting a value for <var>SESNPUB</var> allocates about 160 bytes of virtual storage
for each possible session.
for each possible session.
The default value for SESNPUB of 0 means that no public sessions
<p>
can be created.
The default value for <var>SESNPUB</var> of 0 means that no public sessions
can be created. </p>
<p>
Public sessions are created with the <var>[[$Session_Create]]</var> function. </p>


Public sessions are created with the $session_create function.
For more information on this and related functions see the [[Sirius Functions Reference Manual]].
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 15:46, 30 May 2017

Maximum number of public sessions

Summary

Default value
0
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
All
Introduced
Before Sirius Mods 6.7

Description

This parameter, which must have a numeric value between 0 and 1048575, sets the maximum number of public sessions that can be active. Setting a value for SESNPUB allocates about 160 bytes of virtual storage for each possible session.

The default value for SESNPUB of 0 means that no public sessions can be created.

Public sessions are created with the $Session_Create function.