Click or drag to resize
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
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void SetNumIO(
	uint numIO
)

Parameters

numIO
Type: SystemUInt32
Remarks

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.

See Also