PRIORITY

Syntax: PRIORITY [=] number

where number is between 0 and 99.

This option enables you to specify the priority a Worker should have when serving this source. When stacks compete for CPU resources, a stack with a higher priority will get the CPU before one with lower priority.

Example

SOURCE BANKDB:

...

PRIORITY = 65

...