A newer version of this documentation is available.

View Latest

General

[General]
:MutexTimeout=100
:NoInternalProtect=0
:SecurityStringAllowAll=D:(A;;GA;;;LS)(A;;GA;;;BA)(A;;GA;;;IU)

MutexTimeout

MutexTimeout sets the timeout value for mutexes used to make operations atomic, value in seconds. Default: 0 (infinite time).

Example 1. Set MutexTimeout to a lower value while investigating a dead-lock problem.
[General]
MutexTimeout=100

NoInternalProtect

NoInternalProtect turns off internal protection when information is transmitted between internal components. That is, when using remote components. This parameter requires the use of a development license in order to be activated.

Only use for debugging.
[General]
:NoInternalProtect=0

Values

0

off, 0 is default.

1

on, The development license must be active in order to use this value.

SecurityStringAllowAll

SecurityStringAllowAll is the security condition string used to open full access to everyone. This is used as access condition for communication between processes, for example, shared memory. The meaning of the string is found the in Microsoft SDDL documentation.

[General]
:SecurityStringAllowAll=D:(A;;GA;;;LS)(A;;GA;;;BA)(A;;GA;;;IU)