home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / sharedmem / part01 / README < prev   
Encoding:
Text File  |  1988-05-17  |  1.4 KB  |  53 lines

  1. The NBS Common Memory System (CMS)
  2. Sept 25, 1987
  3.  
  4. This system emulates a shared memory system for 4.2BSD.  A common
  5. memory server handles requests to access shared variables.  Because
  6. communication uses TCP/IP, processes may be distributed across
  7. machines.
  8.  
  9. The system is all user level code and requires no kernel
  10. modifications.  This implementation provides interfaces for C and
  11. Franz Lisp.  It is known to work on Sun UNIX releases from 1.0 to
  12. 3.4.
  13.  
  14. The system is documented by the files in the doc directory.
  15. doc/usenix contains a paper that was presented at the Summer 1985
  16. Usenix Conference.  The system has changed somewhat since then.
  17.  
  18. Installation instructions
  19.  
  20. This package depends upon a tiny communications library called
  21. streamlib which must be installed first.
  22.  
  23.     cd stream
  24.     cat README
  25.  
  26. and follow the directions in there.
  27.  
  28. Once you have installed streamlib, change to the common memory
  29. source directory and run make.
  30.  
  31.     cd ../src
  32.     make install
  33.  
  34. If you would like to try out some of the examples, type:
  35.  
  36.     make examples
  37.  
  38. The examples are numbered as sets.  I.e. client1 runs with server1.
  39. The most interesting is server1y, server1z, client1a and client1b.
  40. Run these in 4 different windows.  They are documented by their
  41. source and serve as coding examples.
  42.  
  43. Don Libes
  44. National Bureau of Standards
  45. Metrology Building, Room A-127
  46. Gaithersburg, MD  20899
  47. (301) 975-3535
  48.  
  49. libes@cme-durer.arpa
  50. uunet!cme-durer!libes
  51.  
  52.  
  53.