Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in locking

Is there a non-reentrant ReadWriteLock I can use?

java concurrency locking

Query whether Python's threading.Lock is locked or not

Reading interlocked variables

What resource does a key lock actually lock?

sql-server tsql locking

In SQL Server, how can I lock a single row in a way similar to Oracle's "SELECT FOR UPDATE WAIT"?

should LOCK_EX on both read & write be atomic?

php locking blocking atomic

When I update/insert a single row should it lock the entire table?

sql-server locking

increment a count value outside parallel.foreach scope

Thread-safe memoization

Windows 2008 R2 - Kernel (System Process PID=4) is locking files and folders

Using lock(obj) inside a recursive call

c# .net multithreading locking

In Java what is the performance of AtomicInteger compareAndSet() versus synchronized keyword?

Haskell: How does 'atomicModifyIORef' work?

yield returns within lock statement

How do I lock on an InnoDB row that doesn't exist yet?

MySQL 'select for update' behaviour

mysql transactions locking

Is the volatile keyword required for fields accessed via a ReentrantLock?

Locking by string. Is this safe/sane?

c# multithreading locking

Cost of locking in .NET vs Java

Relative performance of swap vs compare-and-swap locks on x86

c assembly locking x86 atomic