Date: Sun, 14 Jul 1996 17:52:51 +0900 (JST) From: Michael Hancock <michaelh@cet.co.jp> To: Warner Losh <imp@village.org> Cc: Bruce Evans <bde@zeta.org.au>, matt@lkg.dec.com, freebsd-hackers@FreeBSD.ORG, tech-kern@netbsd.org Subject: Re: Some interesting papers on BSD ... Message-ID: <Pine.SV4.3.93.960714174257.1176B-100000@parkplace.cet.co.jp> In-Reply-To: <199607140529.XAA07492@rover.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 13 Jul 1996, Warner Losh wrote: > : spl is probably fundamentally wrong for SMP. I haven't thought much > : about what to use instead. > > The Solbourne people might disagree with you. As might the VMS > Digitial people. Both groups used a scheme where you would raise the > spl *AND* grab access locks to data structures (I think the latter was 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. Caching also works very differently with multiple CPU's.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.93.960714174257.1176B-100000>