home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sgi / 11550 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.0 KB

  1. Xref: sparky comp.sys.sgi:11550 comp.unix.programmer:3974
  2. Newsgroups: comp.sys.sgi,comp.unix.programmer
  3. Path: sparky!uunet!stanford.edu!CSD-NewsHost.Stanford.EDU!sparcy.Stanford.EDU!vahe
  4. From: vahe@sparcy.Stanford.EDU (Vahe Avedissian)
  5. Subject: sockets vs. FIFOs performance
  6. Message-ID: <1992Jul29.021407.4337@CSD-NewsHost.Stanford.EDU>
  7. Originator: vahe@sparcy.Stanford.EDU
  8. Sender: news@CSD-NewsHost.Stanford.EDU
  9. Organization: Robotics Lab.
  10. Date: Wed, 29 Jul 1992 02:14:07 GMT
  11. Lines: 19
  12.  
  13. I am running two independant processes on two (SGI IRIS) machines
  14. that need to communicate.
  15.  
  16. Since the two machines share a common NFS mounted file
  17. system, FIFOs (named pipes) may be used for the communication.
  18. I also have the option of using sockets.
  19.  
  20. I am sending relatively small data packets across, all under
  21. 128 bytes.
  22.  
  23. My question is strictly performance motivated. Which scheme
  24. can I expect to yield faster execution and response? I
  25. suspect sockets will run a little(?) slower?
  26.  
  27. Any comments, suggestions, feedback ?
  28.  
  29. Thanks in advance.
  30.  
  31.  
  32.