home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / function / 984 < prev    next >
Encoding:
Text File  |  1992-07-30  |  2.0 KB  |  56 lines

  1. Newsgroups: comp.lang.functional
  2. Path: sparky!uunet!decwrl!deccrl!news.crl.dec.com!greg
  3. From: greg@crl.dec.com (Greg Morrisett/Maurice Herlihy)
  4. Subject: Tech Report
  5. Message-ID: <1992Jul30.164423.2119@crl.dec.com>
  6. Keywords: Standard ML, multiprocessor
  7. Sender: news@crl.dec.com (USENET News System)
  8. Organization: Carnegie Mellon Univ.
  9. Date: Thu, 30 Jul 1992 16:44:23 GMT
  10. Lines: 44
  11.  
  12. We would like to announce the availability of the following technical
  13. report.  Directions for obtaining the report via anonymous ftp appear
  14. at the end of this message.  Note that the report has been published
  15. jointly as Carnegie Mellon Technical Report CMU-CS-92-155 and
  16. Princeton Technical Report 376-92.
  17.  
  18.  
  19.                  A Portable Multiprocessor Interface
  20.                                 for
  21.                      Standard ML of New Jersey
  22.  
  23.         J. Gregory Morrisett                 Andrew Tolmach
  24.         jgmorris@cs.cmu.edu               apt@cs.princeton.edu
  25.  
  26.  
  27.                              ABSTRACT
  28.  
  29.   We have designed a portable interface between shared-memory multiprocessors
  30.   and Standard ML of New Jersey. The interface is based on the conventional
  31.   kernel thread model and provides facilities that can be used to implement 
  32.   user-level thread packages.  The interface supports experimentation with 
  33.   different thread scheduling policies and synchronization constructs.  It 
  34.   has been ported to three different multiprocessors and used to construct
  35.   a general purpose, user-level thread package.  In this paper, we discuss 
  36.   the interface and its implementation and performance, with emphasis on the 
  37.   Silicon Graphics 4D/380S multiprocessor. 
  38.  
  39.  
  40.    DIRECTIONS FOR ANONYMOUS FTP:
  41.    1) Ftp to reports.adm.cs.cmu.edu (128.2.218.42) as "anonymous".
  42.  
  43.    2) At the password prompt, send your Username@site 
  44.       (you must include the "@" or the login will fail)
  45.   
  46.    3) Then "cd 1992"  (the directory for 1992 technical reports)
  47.  
  48.    4) set file type to binary: "binary"
  49.  
  50.    5) get CMU-CS-92-155.ps
  51.  
  52.    6) When you have finished getting the file, simply "quit."
  53.  
  54. Greg Morrisett
  55. Andrew Tolmach
  56.