Monday, September 04, 2006

Deadlocks

Deadlocks
How to programmatically avoid deadlock?
Deadlock theorem
read / write locks and deadlock detection

Deadlock with condition variables
deadlock avoidance
MSDN (Deadlock Detection)
Detecting thread bottlenecks
Deadlock - Wikipedia, the free encyclopedia
Parallel Programming In C. Table of Contents
Multithreaded Applications Without Fear and Deadlocks - jax magazine ...
Distributed Deadlock Detection
Lock_Lint - Static Data Race and Deadlock Detection Tool for C
No More Hangs: Advanced Techniques To Avoid And Detect Deadlocks ...
PDF] Distributed Deadlock Detection
Detecting and Breaking Deadlock
PDF] Distributed Deadlocks
PDF] Detecting Deadlocks in Concurrent Systems
Monitoring Thread Activity With Thread Dumps
PDF] Chapter 3: Deadlocks Overview
Mandy Chung's Blog: Thread Dump and Concurrency Locks
PDF] Deadlocks
http://groups.google.de/group/comp.os.research/msg/64f9d2bf67172c9c
http://appcore.home.comcast.net/
http://groups.google.ca/group/comp.programming.threads/msg/011401eb84...
http://www.cs.chalmers.se/~phs/phd.pdf
recursive mutexes
recursive reader writer locks on unix?

Challenge: Multithreading & Synchronization


Can C++ local static objects be made thread safe?
Improving read-write lock

POSIX Threads





Theory
POSIX Threads Programming
Robust Composition
Stress-flow methodology
http://www.kegel.com/c10k.html
The Task Pattern: A Design Pattern for Processing and Monitoring ...
Advanced Unit Test, Part V - Unit Test Patterns - The Code Project ...
Multithreaded Rendezvous: A Design Pattern for Distributed ...
Multithreaded Programming with the Event-based Asynchronous Pattern
PDF] Thread specific singletons: Handling singleton pattern errors in ...
Realtime Task Design Patterns
Strategies for Implementing POSIX Condition Variables on Win32


0 Comments:

Post a Comment

<< Home