VM question related to faults

mykola.stryebkov at gmail.com mykola.stryebkov at gmail.com
Mon Jul 31 08:59:12 UTC 2006


On 31.07.2006 14:12:20, Intron wrote:

> Mutex(9) is sometimes too heavy, and has many limitations, while sx(9)
> is somewhat enough.

First paragraph from sx(9) manual says:

	Shared/exclusive locks are used to protect data that are read
	far more often than they are written.  Mutexes are inherently
	more efficient than shared/exclusive locks, so shared/exclusive
	locks should be used prudently.


-- 
Nick Strebkov
Public key: http://humgat.org/~nick/pubkey.txt
fpr: 552C 88D6 895B 6E64 F277 D367 8A70 8132 47F5 C1B6


More information about the freebsd-hackers mailing list