$CenqCt: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
<p>The $ | <p>The $CenqCt function reports the number of unused entries within the resource enqueuing table. The number must be more than the number of noncritical resources needed by the next statement(s) in the request. All resources except the following are noncritical: </p> | ||
<p class="code">DIRECT | <p class="code">DIRECT | ||
EXISTENCE | EXISTENCE | ||
Line 5: | Line 5: | ||
RECORD ENQUEUE | RECORD ENQUEUE | ||
</p> | </p> | ||
<p>The function has no input and returns a single number. For example, 'PRINT $ | <p>The function has no input and returns a single number. For example, 'PRINT $cenqct' displays the number of unused entries.</p> | ||
[[Category:SOUL $functions]] | [[Category:SOUL $functions]] |
Revision as of 14:18, 14 July 2014
The $CenqCt function reports the number of unused entries within the resource enqueuing table. The number must be more than the number of noncritical resources needed by the next statement(s) in the request. All resources except the following are noncritical:
DIRECT EXISTENCE INDEX RECORD ENQUEUE
The function has no input and returns a single number. For example, 'PRINT $cenqct' displays the number of unused entries.