webMethods Task Engine 10.2 | Configuring the Task Engine Environment | About Task Engine Optional Settings | Task Locking in a Cluster Environment
 
Task Locking in a Cluster Environment
Note: This optional setting is deprecated. With the application of the following fixes (and in all subsequent releases), the Task Engine now always uses database locking for tasks to ensure transactional updates, and this optional setting, if present, is ignored:
*MWS_7.1.2_Fix24
*MWS_7.1.3_Fix16
*MWS_8.0_SP2_Fix15
*MWS_8.2_SP1_Fix8
The following description is provided for reference purposes only:
This option forces the use of non-distributed locks in a clustered environment. The option is:
-Dtask.lock.lightweight=true|false
The default value is false (that is, task locking is enabled). In this case, the Task Engine uses distributed database locking when updating task instances. This puts an additional load on the database but ensures that task updates are always serial.
For example, if two concurrent users are updating the same task instance, this ensures that a user is always updating an up-to-date task data and if not, a "Task Out of Date" error is raised. If you set this value to true, when the same task instance is being updated by two different users working on two separate cluster nodes, an optimistic lock for the task will not be enforced and only one user’s changes are applied.

Copyright © 2007-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release