Thursday, January 26, 2006

User Object Sharing Lock

Solaris does both spin lock and adaptive lock to reduce the lock contention
In addition, in the SMP box, we can scale the lock by having an array of locks

(1) Merging instead of Locking
(2) spin and adpative locking

No comments: