What are various Threading problems ?

Below are few important Threading problems :

  1. Thread explosion – We usually keep increasing thread count without increasing the performance

  2. Shared data protection – Shared Data protection and thread sync problem arises

  3. Debug – It is difficult to debug threads  and tracking locks

  4. Defects – It increases count of defects if not handled properly

Leave a Reply