Changes for page Concurrency
Last modified by chrisby on 2024/06/02 15:15
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -53,6 +53,11 @@ 53 53 * Locks: Mechanisms to ensure that only one thread can access a resource at a time. 54 54 * Atomic Operations: Operations that are completed in a single step relative to other threads. 55 55 * Thread Safety 56 + * Race Conditions 57 + * Statelessness, Statefulness 58 + * Functional Programming 59 + * Cloning Data to avoid side effects 60 + * Side effects 56 56 * Producer-consumer 57 57 * Reader-recorder vs Reader Writer?? 58 58 * Philosopher problem → Study algorithms and their application in solutions.