Berkeley CSUA MOTD:Entry 44947
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/24 [General] UID:1000 Activity:popular
5/24    

2006/10/24-26 [Computer/HW/CPU] UID:44947 Activity:moderate
10/24   http://en.wikipedia.org/wiki/Symmetric_multiprocessing
        "With the exception of a few rare 80486 systems, the x86 SMP market
        began with the Intel Pentium processor supporting up to two processors
        ....."
        Wasn't soda an 8-CPU 386SX machine more than a decade ago?
        \_ I think at peak it had 20 processors, and yes, they were 386.  -tom
        \_ Yes, that would be the Sequent era (1992-1997). Soda Mark 2 had
           8 386s, Soda Mark 3 had 16 386s and Soda Mark 4 had 20 386s.
           http://www.csua.berkeley.edu/computing/hardware/soda-mark-ii.html
           http://www.csua.berkeley.edu/computing/hardware/soda-mark-iii.html
           http://www.csua.berkeley.edu/computing/hardware/soda-mark-iv.html

           "[W]e must mustn't forget the days when the dry and cracked skin
            that we just shed were vigorous and bright with new colors. The
            next chance you have, hold a glass high to the past and drink to
            Soda MkIV, the last of the great Sequents."
           \_ I'm obviously too young.  22 386s in one machine?  In 1995?
              Huh?  I guess it was really good a multi-tasking.
              \_ Remember that it was *free* in 1995.  The machine was
                 built the late 80s, when the 386 was top-of-the-line.
              \_ and yes, those sequent systems were awesome at multitasking.
                 Unfortunately the slow-ass cpu's were very slow at single
                 tasks. However, it was ideal for its use as a multi-user,
                 multi-purpose system.
                 \_ Did the fastest Pentium-something CPU in 1995 perform
                    twenty times as fast as a 386DX 20MHz (in terms of mips, I
                    guess)?  I don't remember which Pentium was top-of-the-line
                    back then.
                    \_ iirc, 1995 the fastest Pentium was 133 MHz. This was
                       about as fast as a 486 running at 266 MHz or a 386
                       running at 533 MHz (ie nearly 25x faster than a 386
                       running at 20MHz).
        \_ I google'd for "8088 SMP", and I found "The SNC is an Intel 8088
           based SMP system ..." in a non-free article.  Can 8088 really
           support SMP???
           \_ Why not?  SMP is an old old old concept in CS.
              \_ I was just puzzled because Intel advertised one of the recent
                 Pentium-whatever chip as the first x86 chip to support SMP.
2025/05/24 [General] UID:1000 Activity:popular
5/24    

You may also be interested in these entries...
2012/3/29-6/4 [Computer/HW/Memory, Computer/HW/CPU, Computer/HW/Drives] UID:54351 Activity:nil
3/29    A friend wants a PC (no mac). She doesn't want Dell. Is there a
        good place that can custom build for you (SSD, large RAM, cheap video
        card--no game)?
        \_ As a side note: back in my Cal days more than two decades ago when
           having a 387SX made me the only person with floating-point hardware,
           most machines were custom built.
	...
2012/4/23-6/1 [Computer/SW/WWW/Browsers] UID:54360 Activity:nil
4/19    My Firefox 3.6.28 pops up a Software Update box that reads "Your
        version of Firefox will soon be vulnerable to online attacks."  Are
        they planning to turn off some security feature in my version of
        Firefox?
        \_ Not as such, no, but they're no longer developing this version,
           so if a 3.6.x-targeted hack shows up, you're not going to get
	...
2009/8/6-14 [Computer/SW/OS/OsX] UID:53250 Activity:moderate
8/5     Why is Mac OS 10.6 $29 and 10.5.6 $129? Is it a typo?
        \_ $29 for existing users.
           \_ it doens't even support ppc does it.
              \_ who cares about ppc anymore? Everything is Intel based
                 \_ I have a PPC mini at home that I use.
                 \_ I have a quad core G5 ppc.
	...
2009/6/1-3 [Computer/HW/CPU] UID:53068 Activity:high
5/31    History of winners and losers by *popularity*:
        VHS > Beta Max
        USB2 > Firewire
        x86 > PowerPC > Everything Else > DEC Alpha > Itanium
        BlueRay > HDDvd
        \_ It's too early to tell RE: "Blue"Ray. They may both turn out to be
	...
2009/5/26-30 [Computer/HW/CPU] UID:53045 Activity:nil
5/26    Engineering is HOT man! Super hot co-inventor of USB at Intel:
        http://www.youtube.com/watch?v=jqLPHrCQr2I
	...
2009/2/13-18 [Computer/HW/Memory, Computer/Domains] UID:52565 Activity:nil
2/13    Question about memory relocation:
        These days most h/w has a relocation register. Could the relocation
        address be stored on disk or in kernel memory vs. in a register? Yes,
        that would be slow but is it possible? Do you *need* a relocation
        register or does it exist purely for performance reasons? I was
        reading some paper written by IBM in the 1960s that seemed to
	...
2009/1/16-23 [Computer/HW/CPU] UID:52404 Activity:nil
1/16    AMD to layoff 9%, suspend 401(k) match, cut engineer salaries 10%
        \_ Awwww, too bad                                       -Intel
           \_ My heart bleeds for you. --transmeta.
              \_ Wait, another sodan worked there? --ex-transmeta
                 \_ Hello transmeta-coward, meet another transmeta-coward.
  http://www.theregister.co.uk/2009/01/16/amd_q1_2009_job_cuts_wage_reductions
	...
2008/12/4-10 [Computer/HW/CPU, Computer/HW/Drives] UID:52163 Activity:nil
12/4    A question to you old crufy alumni: So lately we've suggested
        VMs, and been asked why it's necessary. We've suggested top-of-the-line
        hardware and been told we don't need that much power. So I'd like to
        ask -- what exactly do you think the CSUA is supposed to _be_?
        \_ Noone said VMs weren't needed.  They suggested you use the
        \_ No one said VMs weren't needed.  They suggested you use the
	...
Cache (3035 bytes)
en.wikipedia.org/wiki/Symmetric_multiprocessing
Most common multiprocessor systems today use an SMP architecture. SMP systems allow any processor to work on any task no matter where the data for that task is located in memory; operating system support, SMP systems can easily move tasks between processors to balance the workload efficiently. On the downside, memory is much slower than the processors accessing them, and even single-processor machines tend to spend a considerable amount of time waiting for data to arrive from memory. SMP makes this worse, as only one processor can access memory at a time; NUMA which dedicates different memory banks to different processors. This allows processors to access memory in parallel, which can dramatically improve memory throughput if the data is localized to specific processes (and thus processors). On the downside, NUMA makes the cost of moving data from one processor to another more expensive, meaning that balancing a workload is more expensive. Beowulf), in which not all memory is available to all processors. The former is not widely used or supported (though the high-powered 3D chipsets in modern videocards could be considered a form of asymmetric multiprocessing), while the latter is used fairly extensively to build very large supercomputers. In this discussion a single processor is denoted as a uni processor(UN). uniprocessor systems, which comprise the largest percentage of the market. Due to the nature of the different programming methods, it would generally require a separate project to support both uniprocessor and SMP systems with maximum performance. Programs running on SMP systems do, however, experience a performance increase even when they have been written for uniprocessor systems. kernel handles them can run on an idle processor instead. The effect in most applications (eg games) is not so much a performance increase as the appearance that the program is running much more smoothly. Otherwise, the additional processors remain idle and the system functions as a uniprocessor system. In cases where many jobs are being processed in an SMP environment, administrators often experience a loss of hardware efficiency. Software programs have been developed to schedule jobs so that the processor utilization reaches its maximum potential. Good software packages can achieve this maximum potential by scheduling each CPU separately, as well as being able to integrate multiple SMP machines and clusters. PowerPC (specifically G4 and G5 series, as well as earlier PowerPC 604 and 604e series) processors. In all cases, these systems are available in uniprocessor versions as well. Opteron 800 series and the above-mentioned UltraSPARC, SPARC64, MIPS, Itanium, PA-RISC, Alpha and POWER processors. High-end systems, with sixteen or more processors, are also available with all of the above processors. Athlon MP processors could be used with up to two processors in a system, and Intel Pentium II Xeon and Intel Pentium III Xeon processors could be used with up to four processors in a system natively.
Cache (102 bytes)
www.csua.berkeley.edu/computing/hardware/soda-mark-ii.html
Sequent Model: Symettry S27 Processor: 8 Intel 386 Operating System: Dynix 3x (BSD 42 based) Memory: ?
Cache (128 bytes)
www.csua.berkeley.edu/computing/hardware/soda-mark-iii.html
Sequent Model: Symettry S81 Processor: 16 16 Mhz Intel 386 Operating System: Dynix 3x (BSD 42 based) Memory: 80 Mb Disk Space: ?
Cache (1725 bytes)
www.csua.berkeley.edu/computing/hardware/soda-mark-iv.html
Donated by: Sequent Location: CSUA Machine Room, 340 Soda Hall Sent to Excess and Salvage in Fall 1998 I am mistily recalling an early Sunday morning after a harrowing fourteen hour drive... Picture the scene: A U-Haul with Oregon plates, its shocks creaking under the weight contained within, is backed up to the fourth floor entrance of Soda Hall. The few volunteers wait with a hush until the back door rolls open, then... Hardware of a bygone era spills forth, to be carted off to the CSUA office by waiting hands. Soon enough it's going instead to the machine room for the office overfloweth. Then suddenly the good cheer stops as the last of the mobile equipment rolls off the truck bed, and plainly all that the next few minutes hold is cut hands, torn ligaments, and slipped disks... Or with any luck, no slipped disks, since that would have made dragging them all down from Oregon pointless. Yes, there they sat, gleaming cubes of misery and despair: About 150 pounds each, though it felt more like a thousand. Each held the promise of another day without "clean up yer shit!" The sounds of toil and human exertion filled the morning air as the disks were hauled in and carefully, oh so carefully, placed in the racks, each man shaking for fear of being pinned beneath one of the unforgiving behemoths and knowing full well that if the falling disk did not kill him, surely he would lose a limb as the price of continued life. Though we are evolving to meet the needs of our future, we must mustn't forget the days when the dry and cracked skin that we just shed were vigorous and bright with new colors. The next chance you have, hold a glass high to the past and drink to Soda MkIV, the last of the great Sequents.