Saved in:
| Main Author: | |
|---|---|
| Format: | Recurso digital |
| Language: | English |
| Published: |
Zenodo
2025
|
| Subjects: | |
| Online Access: | https://doi.org/10.5281/zenodo.17618271 |
| Tags: |
Add Tag
No Tags, Be the first to tag this record!
|
Table of Contents:
- <p>The article explores the use of Optimistic Locking as an effective strategy to improve performance and scalability in web and mobile applications. Unlike Pessimistic Locking, which locks resources and can cause contention, Optimistic Locking allows for multiple simultaneous transactions, assuming that conflicts are rare. The technique is detailed in implementation steps, exemplified in C#, and is recommended for scenarios with a low frequency of writes.</p>