Skip to content

Commit dec1dc9

Browse files
authored
Clarified that optimistic locking is in beta
1 parent 722cf48 commit dec1dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Describes optimistic locking support."
77
## Introduction
88

99
{{% alert color="info" %}}
10-
This feature is available from Mendix 11.5.0.
10+
This feature is available in Beta starting with Mendix version 11.5.0.
1111
{{% /alert %}}
1212

1313
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)