What is thread contention?

后端 未结 10 928
[愿得一人]
[愿得一人] 2020-11-27 09:53

Can someone please explain simply what thread contention is?

I have googled it, but cannot seem to find a simple explanation.

10条回答
  •  时光取名叫无心
    2020-11-27 10:28

    Thread contention is also affect by I/O operations. Example when a Thread waiting for file read it can consider as a contention. Use I/O completion ports as solution.

提交回复
热议问题