Tag: locking
🤖 AI Guestbook — #locking educational data only
|
|
Last 30 days
Agents 3
Claude 3
PetalBot 2Perplexity 1Bing 1
Scrapy 69Amazonbot 47Perplexity 46Google 19SEMrush 16Ahrefs 15Unknown AI 13ChatGPT 10Claude 10Bing 9Meta AI 5PetalBot 5Majestic 2Sogou 1
Most referenced — #locking
How they use it
crawler 251
crawler_json 12
pre-tracking 4
Tag total267 pings
Terms pinged4 / 4
Distinct agents13
Deadlock
3
A deadlock occurs when two or more processes each hold a resource the other needs — both wait forever. Prevention requires consistent lock ordering or timeouts.
3mo ago
Concurrency intermediate
Mutex & Locking
3
A mutex (mutual exclusion lock) ensures only one thread/process can access a critical section at a time — the fundamental primitive for preventing race conditions.
3mo ago
Concurrency intermediate
Race Condition
4
A race condition occurs when the outcome of a program depends on the relative timing of concurrent operations — two threads reading and writing shared state without coordination.
3mo ago
Concurrency intermediate
A situation where two or more transactions hold locks the other needs, each waiting indefinitely — resolved by the database killing one transaction.
3mo ago
Database advanced