Copyright © 2001 Qusay H. Mahmoud
22
Other issues
lDeadlock: two threads competing for a resource and they end up with each waiting for the other to finish
lHow to avoid deadlock?
lAtomicity: can an action be interrupted by another thread lMemory: memory allocated for a thread is not freed when the thread finishes