home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / v21 / 201 / text0000.txt < prev   
Encoding:
Text File  |  1990-12-05  |  995 b   |  27 lines

  1. Submitted-by: peter@ficc.ferranti.com (Peter da Silva)
  2.  
  3. In article <13442@cs.utexas.edu> fouts@bozeman.bozeman.ingr (Martin Fouts) writes:
  4. > Short persistance IPC mechanisms found in multithreaded shared memory
  5. > implementations consist of a small region of memory and a lock guarding
  6. > that region.  Producer/consumer parallelism using this mechanism does
  7. > not need to be visible.  Effectively, this is the shared memory
  8. > equivalent of an unnamed pipe.
  9.  
  10. Effectively, this *is* shared memory. And shared memory has proven itself
  11. to be a viable candidate for insertion into the name space.
  12.  
  13. I didn't say that every application of an IPC mevchanism should have its
  14. own entry in the name space. Creating a file for each element in a shared
  15. memory region makes about as much sense as creating a file for each
  16. message in a pipe. But the region itself should be visible from the
  17. outside.
  18. -- 
  19. Peter da Silva.   `-_-'
  20. +1 713 274 5180.   'U`
  21. peter@ferranti.com
  22.  
  23.  
  24.  
  25. Volume-Number: Volume 21, Number 201
  26.  
  27.