Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 1996 05:32:23 -0500 (EST)
From:      mo@UU.NET (Mike O'Dell)
To:        smp@freebsd.org
Subject:   smp technology.....
Message-ID:  <QQbuic14582.199612161032@rodan.UU.NET>

next in thread | raw e-mail | index | archive | help

just to toss in my 2 cents....

i assume folks have read the smp paper that appeared in Computing Systems
several years ago by the folks at Amdahl??  they did an smp implementation
where most of the work was done by transforming the SPLn() calls
(essentially with a SED script) and then getting the interrupt stuff
right.

they compared their experimental implementation with a fine-grain-locking
implementation and discovered that the experimental system had better
large-scale multiprogramming throughput because it did did significantly
less convoying.  (convoying is a phenomenon where processes line up
and progress through a series of locks single-file like a convoy.
i always thought a conga-line was a better visual image, but
"convoying" is the term in the literature.)

probably worth looking up the Computing Systems paper if you haven't 
seen it.

	cheers,
	-mo



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