home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / wizards / 5611 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.5 KB

  1. Xref: sparky comp.unix.wizards:5611 comp.os.misc:1052
  2. Newsgroups: comp.unix.wizards,comp.os.misc
  3. Path: sparky!uunet!cs.utexas.edu!newsfeed.rice.edu!rice!news.rice.edu!pete
  4. From: pete@medea.rice.edu (Louis Wu)
  5. Subject: Re: Distributed Shared Memory
  6. In-Reply-To: mcdowell@exlogcorp.exlog.com's message of Fri, 22 Jan 93 16:01:08 GMT
  7. Message-ID: <PETE.93Jan22130421@medea.rice.edu>
  8. Sender: news@rice.edu (News)
  9. Organization: Whatsamatta U
  10. References: <1993Jan22.160108.19344@exlog.com>
  11. Date: Fri, 22 Jan 1993 19:04:21 GMT
  12. Lines: 59
  13.  
  14.  
  15. mcdowell@exlogcorp.exlog.com (Steve McDowell) says:
  16. >    I'm looking for pointers to work that's been done in the
  17. >    area of transparent distributed shared memory for UNIX
  18. >    systems. I am only aware of the "mether" system. Is there
  19. >    anything else? 
  20.  
  21.  
  22. On UNIX, there has been very little. Several people have used Mach's
  23. external memory manager to implement DSM, but the performance of these
  24. systems has not been spectacular.  Sorry, don't have these references handy.
  25.  
  26. Currently, Brian Bershad's (bershad@cs.cmu.edu) group at CMU is working on
  27. a system called Midway that runs uses entry consistency.
  28.  
  29. @TECHREPORT{bershadzekauskas91,
  30.     AUTHOR = {B.N. Bershad and M.J. Zekauskas},
  31.     TITLE = {Midway: Shared Memory Parallel Programming with Entry 
  32.             Consistency for Distributed Memory Multiprocessors},
  33.     INSTITUTION = {Carnegie-Mellon University},
  34.     YEAR = {1991},
  35.     NUMBER = {CMU-CS-91-170},
  36.     MONTH = sep}
  37.  
  38.  
  39. I am currently building a DSM system at Rice that runs on top of SunOS and
  40. Ultrix and implements various forms of eager and lazy release consistency.
  41.  
  42. @CONFERENCE{kelehercox92,
  43.     AUTHOR = {P. Keleher and A. L. Cox and W. Zwaenepoel},
  44.     TITLE = {Lazy Consistency for Software Distributed Shared Memory},
  45.     BOOKTITLE = SIGARCH92,
  46.     YEAR = 1992,
  47.     PAGES = {13-21},
  48.     MONTH = may}
  49.  
  50.  
  51. @CONFERENCE{dwarkadaskeleher93,
  52.     AUTHOR = {S. Dwarkadas and P. Keleher and A.L. Cox and W. Zwaenepoel},
  53.     TITLE = {An Evaluation of Software Distributed Shared Memory for Next-Generation Processors and Networks},
  54.     BOOKTITLE = SIGARCH93,
  55.     MONTH = jun,
  56.     YEAR = 1993,
  57.     NOTE = {To appear}}
  58.  
  59. All of these articles talk about memory consistencies that will be used in
  60. DSM systems rather than the systems themselves, but implementation and
  61. performance papers on both the above systems will probably be submitted to
  62. conferences in a few months.
  63.  
  64.  
  65. Pete Keleher
  66.  
  67.  
  68. --
  69. =============================================================================
  70. Pete Keleher   "Relax! Don't worry! Have a homebrew!"        pete@cs.rice.edu
  71. =============================================================================
  72.  
  73.