Previous | Next --- Slide 20 of 42
Back to Lecture Thumbnails
GG

Question

Why do high-contention lock present a challenge? I think it has a similar access pattern as the frequently read/written objects. Have I missed some points?

chenc3

I think it might because the number of processors waiting for a lock might build up while sharer count of read/written objects might not.