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
-
... ... @@ -46,6 +46,7 @@ 46 46 * Livelock 47 47 * Thread Pools 48 48 * Future 49 + * Also these?? 49 49 * Synchronization: General term for techniques that control the access of multiple threads to shared resources. 50 50 * Race Condition: A situation where the system's behavior depends on the relative timing of events, often leading to bugs. 51 51 * Semaphore: An abstract data type used to control access to a common resource by multiple threads.