Tag: locks


Found 38 results for 'locks'.


1) concurrency - Handling or preventing conflicts in a multi-user system
2) multithreading - Name of locking approach
3) concurrency - Alternative locking strategies
4) message-queue - Message Queue with multiple consumers locking synchronous on a field
5) version-control - Is Using Locking/Unlocking in Version Control an Anti-Pattern?
6) concurrency - Why is Akka good for concurrency?
7) functional-programming - Does immutability entirely eliminate the need for locks in multi-processor programming?
8) database-design - Achieving very large real-time async writes on MySQL tables without locking them to reads
9) design-patterns - Design pattern for locking asynchronous operations in Objective-C
10) wireless - How do rolling code fobs and receivers synchronise?
11) multithreading - My aproach to lockless concurrency
12) authentication - What are the alternatives to door passcodes?
13) c++ - How to check whether existing code base can deadlock
14) c# - Race condition allowing multiple transactions; will locking on objects in a dictionary cause issues?
15) c# - Does ReaderWriterLockSlim provide thread safety and speed efficiency (compared to a traditional lock) when using a List?
16) c# - How much work should I place inside a lock statement?
17) multithreading - Are mutexes assigned to specific regions of memory?
18) wireless - How vulnerable are rolling codes used in car keyfobs to simple replay attacks?
19) concurrency - Optimistic locking with business constraints
20) terminology - What is it called when threads are waiting but not deadlocked
21) python - Why would CPython logging use a Lock for each handler rather than one Lock per Logger?
22) java - Composable concurrency in Java or any other programming language
23) wireless - Does pressing a car remote many times offer denial of service attack for rolling codes?
24) physical - Can a lock picker slowly undermine the security of a deadbolt door?
25) sql - Avoidance of Lost Update in DB2 for z/OS
26) physical - What is the purpose of the rotating plate in front of the lock?
27) synchronization - Race condition in Distributed Systems
28) wireless - Vehicle remote key security
29) locks - How is spinlock different from polling?
30) access-control - Are keys or RFID tags more secure access control solutions?
31) encryption - Padlocks suitable as teaching aids for public key cryptography - do they exist?
32) design - Best-practice to manage concurrency into a basket in a e-commerce website
33) c# - Synchronized access to network industrial equipment
34) c# - Minimizing lock time (multithreaded app)
35) physical - Should magnetic locks automatically release in the event of a fire alarm?
36) multithreading - What prevents a race condition on a lock?
37) physical - 4-dial combination padlock: Is it more secure to zero it out or to blindly spin the dials after locking?
38) java - Implementing Bulk Update feature and its trade offs