SoLDMGlobalResourceParametersSetNumIO Method |
Sets how many simultaneous tile loading threads to use if multi I/O mode is on (it is on when LDM mode is on).
Namespace: OIV.LDM
The IVVR_NUM_LOADERS preference (see SoPreference) lets you choose the initial number of loading threads at launch. Changing this preference at runtime will not affect the actual number of loading threads, use this method instead. If this preference is not set, the default is 4.
The IVVR_MAX_NUM_LOADERS preference lets you set a maximum number of tile loading threads. If this method is called with a larger number, the number of loading threads will be set to the maximum instead. If this preference is not set, the maximum is 20.