HIGHPRIORITY (JANUS DEFINE parameter)

From m204wiki
Jump to navigation Jump to search

Start session at upper end of priority range

HIGHPRIORITY is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter adjusts the Model 204-scheduling priority of Janus Web Server threads by starting them at the upper end of their priority range rather than at their default priority.

Model 204 has three basic priority classes:

HIGH Ranges from 80 to 127
STANDARD Ranges from 32 to 79
LOW Ranges from 0 to 47

By default, when a user logs in, they get a privilege 16 greater than the bottom of its class. This can be a problem for web threads, because the priorities of 3270 threads often "drift" to the top of their range. As a result, the web threads ultimately have lower priorities than 3270 threads.

If you set HIGHPRIORITY, web threads start out at the top of their range, so they will tend to get as good or better service than 3270 threads.

The HIGHPRIORITY parameter is valid only for Janus Web Server ports.

See also