Solaris mutexes?

Roy Gordon wrote: > Is the following true: Solaris mutexes only exist in the user address > space (including any shared memory space); they have no associated > kernel data structure. True. For non-shared-memory mutexes.

Ditto CVs & unnamed semaphores. > > If true, this would be opposed to system V semaphores. Yup.

> > > Also, if true, then a given mutex could be moved to a different > address (suitably aligned) and as long as all threads (or processes, as > the case may be) reference it at that address, then it would continue > functioning as if it hadn't been moved. > > Is this correct too (if the initial assumption is correct, that is)? You mean like a compacting garbage collector?

Yeah. 'Matter of fact, I believe that's what Java does on some platforms. More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions