I am developing a mechanism for exchanging data between two or more processes using shared memory on Linux. The problem is that a certain degree of concurrency control is required to maintain share
Tag: locking
Mysql – Detect lock table (locked by lock table)
Is there a way to detect locked tables in MySQL? I mean the table locked by the LOCK TABLE table WRITE/READ command.
(Please note that readers interested in detecting named locks acquired usi