home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.21 / text0197.txt < prev    next >
Encoding:
Text File  |  1990-10-26  |  1.6 KB  |  45 lines

  1. Submitted-by: fouts@bozeman.bozeman.ingr (Martin Fouts)
  2.  
  3. >>>>> On 3 Oct 90 17:19:04 GMT, peter@ficc.ferranti.com (Peter da Silva) said:
  4. Peter> In article <13132@cs.utexas.edu> fouts@bozeman.bozeman.ingr (Martin Fouts) writes:
  5. > One reason to not treat every IPC facility as part of the file system:
  6. > Shared memory IPC mechanisms which don't need to be visible to
  7. > processes not participating in the IPC.
  8.  
  9. Peter> Provide an example, considering the advantages of having shell level
  10. Peter> visibility of objects has for (a) debugging, (b) system administration,
  11. Peter> (c) integration, (d)...
  12.  
  13. Short persistance IPC mechanisms found in multithreaded shared memory
  14. implementations consist of a small region of memory and a lock guarding
  15. that region.  Producer/consumer parallelism using this mechanism does
  16. not need to be visible.  Effectively, this is the shared memory
  17. equivalent of an unnamed pipe.
  18.  
  19. a) debugging is handled by the process debugger, not by the shell and
  20.    has the same visibility as any other memory resident data.
  21.  
  22. b) There is no system administration, since the objects have exactly
  23.    process duration with the same termination semantics as a pipe, in
  24.    that termination of any of the processes is usually catastrophic
  25.  
  26. c) I'm not sure what integration support would benefit from making
  27.    a short duration object visible.
  28.  
  29. d) ....
  30.  
  31. --
  32. Martin Fouts
  33.  
  34.  UUCP:  ...!pyramid!garth!fouts (or) uunet!ingr!apd!fouts
  35.  ARPA:  apd!fouts@ingr.com
  36. PHONE:  (415) 852-2310            FAX:  (415) 856-9224
  37.  MAIL:  2400 Geng Road, Palo Alto, CA, 94303
  38.  
  39. Moving to Montana;  Goin' to be a Dental Floss Tycoon.
  40.   -  Frank Zappa
  41.  
  42.  
  43. Volume-Number: Volume 21, Number 196
  44.  
  45.