The Big Kernel Lock lives on
Posted May 27, 2004 12:33 UTC (Thu) by
brugolsky (subscriber, #28)
In reply to:
The Big Kernel Lock lives on by corbet
Parent article:
The Big Kernel Lock lives on
I'm sure that you meant this, but just to clarify: fine-grained locks, in and of themselves, are not the problem. One can lock a list, or lock the individual elements; the choice generally impacts performance. Excessive lock depth (i.e., level of nesting) results in an unmaintainable code. It seems to be generally agreed that the cliff lies not far beyond four locks.
(
Log in to post comments)