Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt


Description:

SSCELock parameter sets 

Hard lock of SSCE calls. If you turn this on, all SSCE calls will be serialized by a global Critical Section. If you turn it off, just soft attempt to give out a slice of CPU time to other thread will be performed before and after each call to SSCE. The default is OFF

Parameter type:Boolean
Default value:OFF
Possible values:ON, OFF


Code Block
languagexml
themeEmacs
<SSCELock>OFF</SSCELock>




...