Setting concurrent access rights
For file and database persistence types, you can specify that multiple execution units (XU) can concurrently access a ruleset in the persistence layer. For the memory persistence type, the concurrent access is always enabled and you cannot disable it.
About this task
When you set the persistence type to file or database for a
ruleset, you can set the property CONCURRENT_PERSISTENCE_ACCESS to enable
concurrent, multithreaded access to rulesets by the Execution Unit (XU) on the persistence layer.
The default value of this property is false.
Important:
Carefully consider your choice before changing this default value because setting it to true might lead to access conflicts if the database driver does not support multithreading.
Procedure
To set concurrent access rights: