mirror of
https://github.com/ditkrg/guidelines-and-instructions.git
synced 2026-01-22 22:06:40 +00:00
Update README.md
This commit is contained in:
parent
2edba254c3
commit
202a9edfa8
@ -334,7 +334,7 @@ Race condition is the situation where certain behavior of a system is controlled
|
||||
|
||||
#### Concurrency
|
||||
|
||||
The primary enabler of distributed systems are concurrency and it is usually its primary headache. When creating concurrent applications, the developer must be careful with the design of that application so that it does not run into race condition as described above. This means that application designs in concurrent situations must calculate for sequence and timing properly using certain techniques, and even strategies. These include thread-safe practices, atomic operations, locking (if required).
|
||||
The primary enabler of distributed systems is concurrency and it is usually its primary headache. When creating concurrent applications, the developer must be careful with the design of that application so that it does not run into race condition as described above. This means that application designs in concurrent situations must calculate for sequence and timing properly using certain techniques, and even strategies. These include thread-safe practices, atomic operations, locking (if required).
|
||||
|
||||
##### Optimistic Concurrency Control (OCC)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user