FUNTSKN parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (UL Interface becomes SOUL Interface)
 
Line 17: Line 17:
This parameter must have a numeric value between 0 and 64, inclusive.
This parameter must have a numeric value between 0 and 64, inclusive.
If set to 0 (the default), the <var class="product">Fast/Unload SOUL Interface</var> is not able to initiate requests
If set to 0 (the default), the <var class="product">Fast/Unload SOUL Interface</var> is not able to initiate requests
because there can be no [[Fast/Unload]] tasks started to run them.
because there can be no [[Fast/Unload]] tasks or threads started to run them.
A number greater than 1 indicates the maximum number of <var class="product">Fast/Unload</var> tasks that are to be attached to the Online, so the maximum number of
A number greater than 1 indicates the maximum number of <var class="product">Fast/Unload</var> tasks (or, as of version 7.6 of <var class="product">Model 204</var>, threads) that are to be started, so the maximum number of
<var class="product">Fast/Unload SOUL Interface</var> requests that can run concurrently &mdash; if this limit is reached, additional requests are queued until a request completes.
<var class="product">Fast/Unload SOUL Interface</var> requests that can run concurrently &mdash; if this limit is reached, additional requests are queued until a request completes.


Line 30: Line 30:
to set this parameter greater than 2.
to set this parameter greater than 2.


If <var>FUNTSKN</var> is set to a non-zero value, <var class="product">Model 204</var> will try to load the
<ul>
<li>Starting with version 7.6 of <var class="product">Model 204</var>, setting this parameter will cause implicit definition of <var>[[IODEV parameter|IODEV]]</var>=25 threads, as many as the value of <var>FUNTSKN</var>.
<li>Prior to version 7.6, if <var>FUNTSKN</var> is set to a non-zero value, <var class="product">Model 204</var> will try to load the
program indicated by the <var>[[FUNPGM parameter|FUNPGM]]</var> parameter at Online
program indicated by the <var>[[FUNPGM parameter|FUNPGM]]</var> parameter at Online
initialization.
initialization.
</ul>


If a site is not authorized for <var class="product">Fast/Unload SOUL Interface</var>, this parameter will have no effect.
If a site is not authorized for <var class="product">Fast/Unload SOUL Interface</var>, this parameter will have no effect.

Latest revision as of 19:44, 13 January 2017

Maximum Fast/Unload tasks

Summary

Default value
0
Parameter type
System
Where set
User 0 CCAIN parameters
Related products
Fast/Unload SOUL Interface
Introduced
Before Sirius Mods 6.7

Description

This parameter must have a numeric value between 0 and 64, inclusive. If set to 0 (the default), the Fast/Unload SOUL Interface is not able to initiate requests because there can be no Fast/Unload tasks or threads started to run them. A number greater than 1 indicates the maximum number of Fast/Unload tasks (or, as of version 7.6 of Model 204, threads) that are to be started, so the maximum number of Fast/Unload SOUL Interface requests that can run concurrently — if this limit is reached, additional requests are queued until a request completes.

The advantage of setting this value to a larger number is the potential for increased concurrency. The disadvantage is that if more requests want to run simultaneously than the number of available processors to run them, some of the requests could suffer severe performance degradation, to the point that they might complete significantly faster if they run serially rather than concurrently. In general, unless a site has many idle processors, it is probably unwise to set this parameter greater than 2.

  • Starting with version 7.6 of Model 204, setting this parameter will cause implicit definition of IODEV=25 threads, as many as the value of FUNTSKN.
  • Prior to version 7.6, if FUNTSKN is set to a non-zero value, Model 204 will try to load the program indicated by the FUNPGM parameter at Online initialization.

If a site is not authorized for Fast/Unload SOUL Interface, this parameter will have no effect.