Skip to content

Commit 4c92e05

Browse files
Make Optimistic Locking GA
1 parent 7e0ed53 commit 4c92e05

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

content/en/docs/refguide/runtime/optimistic-locking.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ beta: true
88
## Introduction
99

1010
{{% alert color="info" %}}
11-
This feature is available in Beta starting with Mendix version 11.5.0.
11+
This feature is Generally Available starting with Mendix version 11.11.0.
12+
This feature was available as Beta since Mendix version 11.5.0.
1213
{{% /alert %}}
1314

1415
Optimistic locking is a strategy used in concurrent systems to prevent lost updates when multiple users or processes try to modify the same piece of data at the same time. Instead of locking the data immediately, and preventing other users from accessing it, optimistic locking allows multiple users to read, and potentially modify, the same data concurrently. In optimistic locking, the assumption is that conflicts are rare, so it checks for conflicts only at the very last moment, when an update is attempted.

0 commit comments

Comments
 (0)