home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.26 / text0043.txt < prev    next >
Encoding:
Text File  |  1992-02-21  |  920 b   |  27 lines

  1. Submitted-by: schwartz@groucho.cs.psu.edu (Scott Schwartz)
  2.  
  3. daveb@ingres.com (Dave Brower, DBMS hack, [510] 748-3418) writes:
  4. | The way we'd like to get it is to have the system put the effective
  5. | uid of the message sender in the header that comes when we receive the
  6. | message. 
  7.  
  8. |     (a) we're only doing what is "fast";
  9.  
  10. As described, it isn't slow.  It can also be optional.  In BSD, only
  11. sendmsg would need to do the extra work, while send, sendto, write can
  12. continue as always.  Surely POSIX can invent something comparable.
  13.  
  14. |     (b) we're only doing what is has prior art;
  15.  
  16. V10 sends uid.
  17.  
  18. |     (d) we're punting this to the network API folks...
  19. |     (e) it's too hard to do over a network.
  20.  
  21. Realistically, there's a difference between sending messages between
  22. machines and between processes on the same machine.  Why cripple local
  23. ipc for the sake of similarity with network ipc?
  24.  
  25. Volume-Number: Volume 26, Number 45
  26.  
  27.