numThreads
ddserv.refresh numThreads int number_of_threads
Description
Specifies the maximum number of threads used to refresh the current Virtuoso session. The actual number of threads used may vary depending on the task to be preformed and the system load. These threads can be used to speed up the refresh operation for the library or hierarchy whenever required.
The default value is 0, which means Virtuoso is responsible for determining whether to use multithreading and the number of threads to be used in the process.
If the value is set to 1, multithreading is not used for the refresh operation.
GUI Equivalent
Examples
envGetVal("ddserv.refresh" "numThreads")
envSetVal("ddserv.refresh" "numThreads" 'int 2)
addVLSEXLUserTriggersToMXL
designEditor.appReg addVLSEXLUserTriggersToMXL boolean { t | nil }
Description
Calls all the user menu and post-install triggers registered on maskLayoutEXL automatically when installing Layout MXL.
GUI Equivalent
Example
envGetVal("designEditor.appReg" "addVLSEXLUserTriggersToMXL")
envSetVal("designEditor.appReg" "addVLSEXLUserTriggersToMXL" 'boolean t)
Related Topics
Return to top