lock ensures that another thread does not enter critical section if one thread is in critical section code. This means one thread gets mutual exclusive […]
Category: Threading Interview Questions
What are various Threading problems ?
Below are few important Threading problems : Thread explosion – We usually keep increasing thread count without increasing the performance Shared data protection – Shared […]
