Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jul 1996 12:37:48 -0600
From:      Warner Losh <imp@village.org>
To:        Michael Hancock <michaelh@cet.co.jp>
Cc:        freebsd-hackers@freebsd.org, tech-kern@netbsd.org
Subject:   Re: Some interesting papers on BSD ... 
Message-ID:  <199607141837.MAA09822@rover.village.org>
In-Reply-To: Your message of Sun, 14 Jul 1996 17:52:51 %2B0900

next in thread | raw e-mail | index | archive | help
: It's the quick and dirty route to getting an SMP version out the door
: under budgetary or market timing constraints. 
:
: To do it right, sections of code have to be rewritten to make the code as
: parallel as possible. 

How is that different from taking out fine grain locks?  Or does the
rewrite make it possible to hold these locks for shorter periods of
time and have the synergistic effect of causing less lock contention.
If there is a good reference to this, I would love to be enlightened
by it.

: Caching also works very differently with multiple CPU's.

That's true no matter how you do SMP (or even ASMP)...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607141837.MAA09822>