Can someone please explain simply what thread contention is?
I have googled it, but cannot seem to find a simple explanation.
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.