home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / arch / 8364 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.3 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!kinetics.slac.stanford.edu!user
  2. From: dbg@slacvm.slac.stanford.edu (David Gustavson)
  3. Newsgroups: comp.arch
  4. Subject: Re: BUSES
  5. Message-ID: <dbg-270792195520@kinetics.slac.stanford.edu>
  6. Date: 28 Jul 92 02:59:29 GMT
  7. References: <1992Jul23.092211.18462@nuscc.nus.sg> <1992Jul23.191927.1181@pcnntp.apple.com> <1992Jul27.191347.4485@ksmith.uucp>
  8. Sender: news@unixhub.SLAC.Stanford.EDU
  9. Followup-To: comp.arch
  10. Organization: SLAC
  11. Lines: 33
  12. Nntp-Posting-Host: 134.79.17.25
  13.  
  14. In article <1992Jul27.191347.4485@ksmith.uucp>, keith@ksmith.uucp (Keith
  15. Smith) wrote:
  16. > IMHO the only way to solve this is to have seperate input and output
  17. > "busses" that allow for multiple electrons to be traveling across the
  18. > "wires" at the same time.  Seperate because you can be sending fetch
  19. > requests off of one side while yanking them in on the other.
  20. Well, not electrons exactly, but signals. You're right that buses are 
  21. a bottleneck, because devices have to take turns using them, and the
  22. solution to that requires lots of independent paths (at least two for
  23. each processor) that can signal at the same time if you don't want the
  24. processors to be waiting needlessly for access to the bus.
  25.  
  26. The latest 'bus' uses that approach, and is called the Scalable Coherent
  27. Interface. It recently became approved as IEEE Std 1596-1992. It will 
  28. first be used in super multicomputers, but soon in some interesting
  29. workstation-class machines too.
  30.  
  31. SCI uses fast narrow unidirectional differential links that run at
  32. 1 GByte/s for short distances (meters), and slower bit-serial fiber 
  33. optic (up to 10km) or coaxial (up to 20m) links at 1 Gbit/s.
  34.  
  35. SCI also provides a scalable cache-coherence mechanism to support
  36. distributed shared memory systems, and a variety of multiprocessor
  37. supporting features (queue reservations, fair access, forward progress
  38. guarantees).
  39. --------------------------------------------------------------
  40. -- David B. Gustavson, Computation Research Group, SLAC, POB 4349 MS 88,
  41.     Stanford, CA 94309   tel (415)926-2863  fax (415)961-3530
  42. -- What the world needs next is a Scalable Coherent Interface!
  43. -- Any opinions expressed are mine and not necessarily those
  44.    of the Stanford Linear Accelerator Center, the University, or the DOE.
  45.