Situation where two (or more) operations need overlapping sets of resources, and neither can complete because they cannot obtain all locks necessary to complete an operation and release their locks.
My website doesn't seem to handle a high number of visitors, I believe it's because the server is too simple. 2 …
sql-server-2008 deadlockDeadlocks are hard to find and very uncomfortable to remove. How can I find error sources for deadlocks in my …
deadlockI’m using MySql 5.5.37. As root, I’m trying to kill a transaction that’s locking some tables. I run …
mysql transactions root deadlock killWe're seeing some pernicious, but rare, deadlock conditions in the Stack Overflow SQL Server 2005 database. I attached the profiler, set …
sql-server sql-server-2005 deadlockWill the following code result in a deadlock using C# on .NET? class MyClass { private object lockObj = new object(); public …
c# .net multithreading locking deadlockI've read several articles and posts that say that lock(this), lock(typeof(MyType)), lock("a string") are all bad …
c# .net multithreading deadlockI have an error log which reports a deadlock: Transaction (Process ID 55) was deadlocked on lock | communication buffer resources with …
sql-server sql-server-2008 deadlock database-deadlocksPossible Duplicate: C#/.NET analysis tool to find race conditions/deadlocks I am debugging an application that I suspect is …
c# multithreading deadlockOur client side code detects deadlocks, waits for an interval, then retries the request up to 5 times. The retry logic …
sql sql-server unit-testing deadlock raiserror