Go To Top Go Up Go Back Go Forward


FMS Hardware Parameter ISCOPE

Data Type

Integer

Default Value

0

DESCRIPTION:

This parameter is used to adjust the scheduling and priority of the threads. The values are platform specific. Generally, you should not adjust these values. The values are bit flags. You may select any appropriate combination.

This parameter is mostly used by Multipath in studying the scheduling policies on various platforms. On systems using pthreads, the default is to run the threads in process scope. The threads are scheduled as a group dynamically. The alternative is to run the threads in system scope, in which each threads is scheduled independently. Using system scope scheduling can be beneficial during development to study the behavior of each thread.

For good I/O performance, it is important to schedule the I/O threads as soon as there is work to do. Under most conditions, the default scheduling policy gives satisfactory performance. This Parameter provides for increasing the priority of the I/O threads over the compute threads to study the efficiency of the default scheduling policy.


Go To Top Go Up Go Back Go Forward
Copyright © Multipath Corporation